Html Css Color HEX #DEA962 Equator

📋 copy color: '#DEA962'

red 222 ◦ green 169 ◦ blue 98

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

Shades of Equator #DEA962

Tints of Equator #DEA962

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.56%

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

R = 45.4%
G = 34.56%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DEA962 (or 0xDEA962) is known color: Equator. HEX triplet: DE, A9 and 62. RGB value is (222,169,98). Sum of RGB (Red+Green+Blue) = 222+169+98=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 98 (38.67% from 255 or 20.04% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA962 is #21569D. Grayscale: #B1B1B1. Windows color (decimal): -2184862 or 6466014. OLE color: 6466014.

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

Color convert

RGB 222 169 98 -
CMYK 0 0.24 0.56 0.13
HSL 34.35º 0.65% 0.63% -
HSV(B) 34.35º 0.56% 0.87% -
XYZ 46.52 44.79 17.75 -
YUV 176.75 83.56 160.27 -
System Red Green Blue C M Y K H S L
Decimal 222 169 98 0 0.24 0.56 0.13 34.35 0.65 0.63
Hex DE A9 62 0 18 38 D 22 41 3F
Octal 336 251 142 0 30 70 15 42 101 77
Binary 11011110 10101001 1100010 0 11000 111000 1101 100010 1000001 111111

Color Harmonies of #DEA962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA962

Black with #DEA962

Text Example


Text Example

White with #DEA962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA962; }

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

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

background-color css

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

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

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

border-color css

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

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

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