Html Css Color HEX #DEAF56 Rob Roy

📋 copy color: '#DEAF56'

red 222 ◦ green 175 ◦ blue 86

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

Shades of Rob Roy #DEAF56

Tints of Rob Roy #DEAF56

RGB

 RED value IS 222 (87.11% from 255) = 45.96%

 GREEN value IS 175 (68.75% from 255) = 36.23%

 BLUE value IS 86 (33.98% from 255) = 17.81%

R = 45.96%
G = 36.23%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DEAF56 (or 0xDEAF56) is known color: Rob Roy. HEX triplet: DE, AF and 56. RGB value is (222,175,86). Sum of RGB (Red+Green+Blue) = 222+175+86=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAF56 is #2150A9. Grayscale: #B3B3B3. Windows color (decimal): -2183338 or 5681118. OLE color: 5681118.

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

Color convert

RGB 222 175 86 -
CMYK 0 0.21 0.61 0.13
HSL 39.26º 0.67% 0.6% -
HSV(B) 39.26º 0.61% 0.87% -
XYZ 47.13 46.86 15.37 -
YUV 178.91 75.57 158.74 -
System Red Green Blue C M Y K H S L
Decimal 222 175 86 0 0.21 0.61 0.13 39.26 0.67 0.6
Hex DE AF 56 0 15 3D D 27 43 3C
Octal 336 257 126 0 25 75 15 47 103 74
Binary 11011110 10101111 1010110 0 10101 111101 1101 100111 1000011 111100

Color Harmonies of #DEAF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF56

Black with #DEAF56

Text Example


Text Example

White with #DEAF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF56; }

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

 H1.HeaderClassName
 {
   color: #DEAF56;
 }
 .AnyTagClassName
 {
   color: #DEAF56;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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