#deb458

Color #DEB458 Rob Roy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rob Roy #DEB458

Tints of Rob Roy #DEB458

Color information

#DEB458 (or 0xDEB458) is unknown color: approx Rob Roy. HEX triplet: DE, B4 and 58. RGB value is (222,180,88). Sum of RGB (Red+Green+Blue) = 222+180+88=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 88 (34.77% from 255 or 17.96% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB458 is #214BA7. Grayscale: #B6B6B6. Windows color (decimal): -2182056 or 5813470. OLE color: 5813470.

HSL color Cylindrical-coordinate representation of color #DEB458: hue angle of 41.19º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEB458 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB22218088-
CMYK00.190.600.13
HSL41.19º67%60.78%-
HSV(B)41.19º60.36%87.06%-
XYZ48.2148.8816.13-
YUV182.0774.91156.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 45.31%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 88 (34.77% from 255) = 17.96%
R=45.31%
G=36.73%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221808800.190.600.1341.196760.78
HexDEB4580133CD29433d
Octal33626413002374155110375
Binary1101111010110100101100001001111110011011010011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #deb458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #deb458; }

 p { color: rgb(222,180,88); }

 H1.HeaderClassName
 {
   color: #deb458;
 }
 .AnyTagClassName
 {
   color: #deb458;
 }
</style>
background-color css

<style>
 a { background-color: #deb458; }

 a { background-color: rgb(222,180,88); }

 div.DivClassName
 {
   background-color: #deb458;
 }
 .BgClassName
 {
   background-color: #deb458;
 }
</style>
border-color css

<style>
 span { border-color: #deb458; }

 span { border-color: rgb(222,180,88); }

 td.TdClassName
 {
   border-color: #deb458;
 }
 .TagClassName
 {
   border-color: #deb458;
 }
</style>