#DEAD5D

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

Shades of Rob Roy #DEAD5D

Tints of Rob Roy #DEAD5D

Color information

#DEAD5D (or 0xDEAD5D) is unknown color: approx Rob Roy. HEX triplet: DE, AD and 5D. RGB value is (222,173,93). Sum of RGB (Red+Green+Blue) = 222+173+93=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAD5D is #2152A2. Grayscale: #B2B2B2. Windows color (decimal): -2183843 or 6139358. OLE color: 6139358.

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

Color convert

RGB22217393-
CMYK00.220.580.13
HSL37.21º66.15%61.76%-
HSV(B)37.21º58.11%87.06%-
XYZ47.0446.2116.8-
YUV178.5379.73159-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.49%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 93 (36.72% from 255) = 19.06%
R=45.49%
G=35.45%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221739300.220.580.1337.2166.1561.76
HexDEAD5D0163AD25423e
Octal33625513502672154510276
Binary1101111010101101101110101011011101011011001011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAD5D; }

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

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

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

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

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

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

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

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