Html Css Color HEX #DEAF51 Rob Roy

📋 copy color: '#DEAF51'

red 222 ◦ green 175 ◦ blue 81

#DEAF51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rob Roy #DEAF51

Tints of Rob Roy #DEAF51

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 value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DEAF51 (or 0xDEAF51) is known color: 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

RGB 222 175 81 -
CMYK 0 0.21 0.64 0.13
HSL 40º 0.68% 0.59% -
HSV(B) 40º 0.64% 0.87% -
XYZ 46.94 46.78 14.34 -
YUV 178.34 73.07 159.14 -
System Red Green Blue C M Y K H S L
Decimal 222 175 81 0 0.21 0.64 0.13 40 0.68 0.59
Hex DE AF 51 0 15 40 D 28 44 3B
Octal 336 257 121 0 25 100 15 50 104 73
Binary 11011110 10101111 1010001 0 10101 1000000 1101 101000 1000100 111011

Color Harmonies of #DEAF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF51

Black with #DEAF51

Text Example


Text Example

White with #DEAF51

Text Example


Text Example

HTML Codes & Css Web 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>