#DEA858

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

Shades of Rob Roy #DEA858

Tints of Rob Roy #DEA858

Color information

#DEA858 (or 0xDEA858) is unknown color: approx Rob Roy. HEX triplet: DE, A8 and 58. RGB value is (222,168,88). Sum of RGB (Red+Green+Blue) = 222+168+88=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 88 (34.77% from 255 or 18.41% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA858 is #2157A7. Grayscale: #AFAFAF. Windows color (decimal): -2185128 or 5810398. OLE color: 5810398.

HSL color Cylindrical-coordinate representation of color #DEA858: hue angle of 35.82º 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 #DEA858 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB22216888-
CMYK00.240.600.13
HSL35.82º67%60.78%-
HSV(B)35.82º60.36%87.06%-
XYZ45.8944.2415.35-
YUV175.0378.89161.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.44%
GREEN value IS 168 (66.02% from 255) = 35.15%
BLUE value IS 88 (34.77% from 255) = 18.41%
R=46.44%
G=35.15%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221688800.240.600.1335.826760.78
HexDEA8580183CD24433d
Octal33625013003074154410375
Binary1101111010101000101100001100011110011011001001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA858; }

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

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

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

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

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

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

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

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