#DEAC5F

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

Shades of Equator #DEAC5F

Tints of Equator #DEAC5F

Color information

#DEAC5F (or 0xDEAC5F) is unknown color: approx Equator. HEX triplet: DE, AC and 5F. RGB value is (222,172,95). Sum of RGB (Red+Green+Blue) = 222+172+95=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 95 (37.5% from 255 or 19.43% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAC5F is #2153A0. Grayscale: #B2B2B2. Windows color (decimal): -2184097 or 6270174. OLE color: 6270174.

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

Color convert

RGB22217295-
CMYK00.230.570.13
HSL36.38º65.8%62.16%-
HSV(B)36.38º57.21%87.06%-
XYZ46.9445.8617.2-
YUV178.1781.06159.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.40%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 95 (37.5% from 255) = 19.43%
R=45.40%
G=35.17%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221729500.230.570.1336.3865.862.16
HexDEAC5F01739D24423e
Octal33625413702771154410276
Binary1101111010101100101111101011111100111011001001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAC5F; }

 p { color: rgb(222,172,95); }

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

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

 a { background-color: rgb(222,172,95); }

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

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

 span { border-color: rgb(222,172,95); }

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