#DEAB64

Color #DEAB64 Equator (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Equator #DEAB64

Tints of Equator #DEAB64

Color information

#DEAB64 (or 0xDEAB64) is unknown color: approx Equator. HEX triplet: DE, AB and 64. RGB value is (222,171,100). Sum of RGB (Red+Green+Blue) = 222+171+100=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAB64 is #21549B. Grayscale: #B2B2B2. Windows color (decimal): -2184348 or 6597598. OLE color: 6597598.

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

Color convert

RGB222171100-
CMYK00.230.550.13
HSL34.92º64.89%63.14%-
HSV(B)34.92º54.95%87.06%-
XYZ46.9945.5818.38-
YUV178.1683.9159.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.03%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 100 (39.45% from 255) = 20.28%
R=45.03%
G=34.69%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217110000.230.550.1334.9264.8963.14
HexDEAB6401737D23413f
Octal33625314402767154310177
Binary1101111010101011110010001011111011111011000111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAB64; }

 p { color: rgb(222,171,100); }

 H1.HeaderClassName
 {
   color: #DEAB64;
 }
 .AnyTagClassName
 {
   color: #DEAB64;
 }
</style>
background-color css

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

 a { background-color: rgb(222,171,100); }

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

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

 span { border-color: rgb(222,171,100); }

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