#DEAF51

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

Shades of Rob Roy #DEAF51

Tints of Rob Roy #DEAF51

Color information

#DEAF51 (or 0xDEAF51) is unknown color: approx Rob Roy. HEX triplet: DE, AF and 51. RGB value is (222,175,81). Sum of RGB (Red+Green+Blue) = 222+175+81=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 81 (32.03% from 255 or 16.95% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAF51 is #2150AE. Grayscale: #B2B2B2. Windows color (decimal): -2183343 or 5353438. OLE color: 5353438.

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

Color convert

RGB22217581-
CMYK00.210.640.13
HSL40º68.12%59.41%-
HSV(B)40º63.51%87.06%-
XYZ46.9446.7814.34-
YUV178.3473.07159.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.44%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 81 (32.03% from 255) = 16.95%
R=46.44%
G=36.61%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221758100.210.640.134068.1259.41
HexDEAF5101540D28443b
Octal336257121025100155010473
Binary11011110101011111010001010101100000011011010001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAF51; }

 p { color: rgb(222,175,81); }

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

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

 a { background-color: rgb(222,175,81); }

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

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

 span { border-color: rgb(222,175,81); }

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