#DEAB52

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

Shades of Rob Roy #DEAB52

Tints of Rob Roy #DEAB52

Color information

#DEAB52 (or 0xDEAB52) is unknown color: approx Rob Roy. HEX triplet: DE, AB and 52. RGB value is (222,171,82). Sum of RGB (Red+Green+Blue) = 222+171+82=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAB52 is #2154AD. Grayscale: #B0B0B0. Windows color (decimal): -2184366 or 5417950. OLE color: 5417950.

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

Color convert

RGB22217182-
CMYK00.230.630.13
HSL38.14º67.96%59.61%-
HSV(B)38.14º63.06%87.06%-
XYZ46.2145.2614.28-
YUV176.174.9160.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.74%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 82 (32.42% from 255) = 17.26%
R=46.74%
G=36%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221718200.230.630.1338.1467.9659.61
HexDEAB520173FD26443c
Octal33625312202777154610474
Binary1101111010101011101001001011111111111011001101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAB52; }

 p { color: rgb(222,171,82); }

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

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

 a { background-color: rgb(222,171,82); }

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

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

 span { border-color: rgb(222,171,82); }

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