Html Css Color HEX #DEAF62 Equator

📋 copy color: '#DEAF62'

red 222 ◦ green 175 ◦ blue 98

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

Shades of Equator #DEAF62

Tints of Equator #DEAF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.8%

R = 44.85%
G = 35.35%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DEAF62 (or 0xDEAF62) is known color: Equator. HEX triplet: DE, AF and 62. RGB value is (222,175,98). Sum of RGB (Red+Green+Blue) = 222+175+98=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 98 (38.67% from 255 or 19.80% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAF62 is #21509D. Grayscale: #B4B4B4. Windows color (decimal): -2183326 or 6467550. OLE color: 6467550.

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

Color convert

RGB 222 175 98 -
CMYK 0 0.21 0.56 0.13
HSL 37.26º 0.65% 0.63% -
HSV(B) 37.26º 0.56% 0.87% -
XYZ 47.66 47.07 18.13 -
YUV 180.28 81.57 157.76 -
System Red Green Blue C M Y K H S L
Decimal 222 175 98 0 0.21 0.56 0.13 37.26 0.65 0.63
Hex DE AF 62 0 15 38 D 25 41 3F
Octal 336 257 142 0 25 70 15 45 101 77
Binary 11011110 10101111 1100010 0 10101 111000 1101 100101 1000001 111111

Color Harmonies of #DEAF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF62

Black with #DEAF62

Text Example


Text Example

White with #DEAF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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