Html Css Color HEX #DEAF63 Equator

📋 copy color: '#DEAF63'

red 222 ◦ green 175 ◦ blue 99

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

Shades of Equator #DEAF63

Tints of Equator #DEAF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.96%

R = 44.76%
G = 35.28%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DEAF63 (or 0xDEAF63) is known color: Equator. HEX triplet: DE, AF and 63. RGB value is (222,175,99). Sum of RGB (Red+Green+Blue) = 222+175+99=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAF63 is #21509C. Grayscale: #B4B4B4. Windows color (decimal): -2183325 or 6533086. OLE color: 6533086.

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

Color convert

RGB 222 175 99 -
CMYK 0 0.21 0.55 0.13
HSL 37.07º 0.65% 0.63% -
HSV(B) 37.07º 0.55% 0.87% -
XYZ 47.71 47.09 18.38 -
YUV 180.39 82.07 157.68 -
System Red Green Blue C M Y K H S L
Decimal 222 175 99 0 0.21 0.55 0.13 37.07 0.65 0.63
Hex DE AF 63 0 15 37 D 25 41 3F
Octal 336 257 143 0 25 67 15 45 101 77
Binary 11011110 10101111 1100011 0 10101 110111 1101 100101 1000001 111111

Color Harmonies of #DEAF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF63

Black with #DEAF63

Text Example


Text Example

White with #DEAF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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