Html Css Color HEX #DEAF60 Equator

📋 copy color: '#DEAF60'

red 222 ◦ green 175 ◦ blue 96

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

Shades of Equator #DEAF60

Tints of Equator #DEAF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.47%

R = 45.03%
G = 35.5%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DEAF60 (or 0xDEAF60) is known color: Equator. HEX triplet: DE, AF and 60. RGB value is (222,175,96). Sum of RGB (Red+Green+Blue) = 222+175+96=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAF60 is #21509F. Grayscale: #B4B4B4. Windows color (decimal): -2183328 or 6336478. OLE color: 6336478.

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

Color convert

RGB 222 175 96 -
CMYK 0 0.21 0.57 0.13
HSL 37.62º 0.66% 0.62% -
HSV(B) 37.62º 0.57% 0.87% -
XYZ 47.57 47.03 17.64 -
YUV 180.05 80.57 157.92 -
System Red Green Blue C M Y K H S L
Decimal 222 175 96 0 0.21 0.57 0.13 37.62 0.66 0.62
Hex DE AF 60 0 15 39 D 26 42 3E
Octal 336 257 140 0 25 71 15 46 102 76
Binary 11011110 10101111 1100000 0 10101 111001 1101 100110 1000010 111110

Color Harmonies of #DEAF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF60

Black with #DEAF60

Text Example


Text Example

White with #DEAF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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