#DEAD55

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

Shades of Rob Roy #DEAD55

Tints of Rob Roy #DEAD55

Color information

#DEAD55 (or 0xDEAD55) is unknown color: approx Rob Roy. HEX triplet: DE, AD and 55. RGB value is (222,173,85). Sum of RGB (Red+Green+Blue) = 222+173+85=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 85 (33.59% from 255 or 17.71% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAD55 is #2152AA. Grayscale: #B2B2B2. Windows color (decimal): -2183851 or 5615070. OLE color: 5615070.

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

Color convert

RGB22217385-
CMYK00.220.620.13
HSL38.54º67.49%60.2%-
HSV(B)38.54º61.71%87.06%-
XYZ46.7146.0715.03-
YUV177.6275.73159.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.25%
GREEN value IS 173 (67.97% from 255) = 36.04%
BLUE value IS 85 (33.59% from 255) = 17.71%
R=46.25%
G=36.04%
B=17.71%

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
Decimal2221738500.220.620.1338.5467.4960.2
HexDEAD550163ED27433c
Octal33625512502676154710374
Binary1101111010101101101010101011011111011011001111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAD55; }

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

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

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

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

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

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

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

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