#DEAE55

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

Shades of Rob Roy #DEAE55

Tints of Rob Roy #DEAE55

Color information

#DEAE55 (or 0xDEAE55) is unknown color: approx Rob Roy. HEX triplet: DE, AE and 55. RGB value is (222,174,85). Sum of RGB (Red+Green+Blue) = 222+174+85=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 85 (33.59% from 255 or 17.67% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAE55 is #2151AA. Grayscale: #B2B2B2. Windows color (decimal): -2183595 or 5615326. OLE color: 5615326.

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

Color convert

RGB22217485-
CMYK00.220.620.13
HSL38.98º67.49%60.2%-
HSV(B)38.98º61.71%87.06%-
XYZ46.946.4615.09-
YUV178.2175.4159.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.15%
GREEN value IS 174 (68.36% from 255) = 36.17%
BLUE value IS 85 (33.59% from 255) = 17.67%
R=46.15%
G=36.17%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221748500.220.620.1338.9867.4960.2
HexDEAE550163ED27433c
Octal33625612502676154710374
Binary1101111010101110101010101011011111011011001111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAE55; }

 p { color: rgb(222,174,85); }

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

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

 a { background-color: rgb(222,174,85); }

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

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

 span { border-color: rgb(222,174,85); }

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