Html Css Color HEX #DEAA5E Rob Roy

📋 copy color: '#DEAA5E'

red 222 ◦ green 170 ◦ blue 94

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

Shades of Rob Roy #DEAA5E

Tints of Rob Roy #DEAA5E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.98%

 BLUE value IS 94 (37.11% from 255) = 19.34%

R = 45.68%
G = 34.98%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DEAA5E (or 0xDEAA5E) is known color: Rob Roy. HEX triplet: DE, AA and 5E. RGB value is (222,170,94). Sum of RGB (Red+Green+Blue) = 222+170+94=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAA5E is #2155A1. Grayscale: #B1B1B1. Windows color (decimal): -2184610 or 6204126. OLE color: 6204126.

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

Color convert

RGB 222 170 94 -
CMYK 0 0.23 0.58 0.13
HSL 35.63º 0.66% 0.62% -
HSV(B) 35.63º 0.58% 0.87% -
XYZ 46.52 45.09 16.84 -
YUV 176.88 81.23 160.18 -
System Red Green Blue C M Y K H S L
Decimal 222 170 94 0 0.23 0.58 0.13 35.63 0.66 0.62
Hex DE AA 5E 0 17 3A D 24 42 3E
Octal 336 252 136 0 27 72 15 44 102 76
Binary 11011110 10101010 1011110 0 10111 111010 1101 100100 1000010 111110

Color Harmonies of #DEAA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAA5E

Black with #DEAA5E

Text Example


Text Example

White with #DEAA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAA5E; }

 p { color: rgb(222,170,94); }

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

background-color css

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

 a { background-color: rgb(222,170,94); }

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

border-color css

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

 span { border-color: rgb(222,170,94); }

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