#DEA85D

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

Shades of Rob Roy #DEA85D

Tints of Rob Roy #DEA85D

Color information

#DEA85D (or 0xDEA85D) is unknown color: approx Rob Roy. HEX triplet: DE, A8 and 5D. RGB value is (222,168,93). Sum of RGB (Red+Green+Blue) = 222+168+93=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA85D is #2157A2. Grayscale: #AFAFAF. Windows color (decimal): -2185123 or 6138078. OLE color: 6138078.

HSL color Cylindrical-coordinate representation of color #DEA85D: hue angle of 34.88º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEA85D is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22216893-
CMYK00.240.580.13
HSL34.88º66.15%61.76%-
HSV(B)34.88º58.11%87.06%-
XYZ46.144.3316.48-
YUV175.681.39161.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.96%
GREEN value IS 168 (66.02% from 255) = 34.78%
BLUE value IS 93 (36.72% from 255) = 19.25%
R=45.96%
G=34.78%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221689300.240.580.1334.8866.1561.76
HexDEA85D0183AD23423e
Octal33625013503072154310276
Binary1101111010101000101110101100011101011011000111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA85D; }

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

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

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

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

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

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

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

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