#DEAA5C

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

Shades of Rob Roy #DEAA5C

Tints of Rob Roy #DEAA5C

Color information

#DEAA5C (or 0xDEAA5C) is unknown color: approx Rob Roy. HEX triplet: DE, AA and 5C. RGB value is (222,170,92). Sum of RGB (Red+Green+Blue) = 222+170+92=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAA5C is #2155A3. Grayscale: #B1B1B1. Windows color (decimal): -2184612 or 6073054. OLE color: 6073054.

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

Color convert

RGB22217092-
CMYK00.230.590.13
HSL36º66.33%61.57%-
HSV(B)36º58.56%87.06%-
XYZ46.4345.0516.37-
YUV176.6680.23160.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.87%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 92 (36.33% from 255) = 19.01%
R=45.87%
G=35.12%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221709200.230.590.133666.3361.57
HexDEAA5C0173BD24423e
Octal33625213402773154410276
Binary1101111010101010101110001011111101111011001001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAA5C; }

 p { color: rgb(222,170,92); }

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

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

 a { background-color: rgb(222,170,92); }

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

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

 span { border-color: rgb(222,170,92); }

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