#DFAC62

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

Shades of Equator #DFAC62

Tints of Equator #DFAC62

Color information

#DFAC62 (or 0xDFAC62) is unknown color: approx Equator. HEX triplet: DF, AC and 62. RGB value is (223,172,98). Sum of RGB (Red+Green+Blue) = 223+172+98=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 98 (38.67% from 255 or 19.88% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAC62 is #20539D. Grayscale: #B3B3B3. Windows color (decimal): -2118558 or 6466783. OLE color: 6466783.

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

Color convert

RGB22317298-
CMYK00.230.560.13
HSL35.52º66.14%62.94%-
HSV(B)35.52º56.05%87.45%-
XYZ47.3946.0717.95-
YUV178.8182.4159.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.23%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 98 (38.67% from 255) = 19.88%
R=45.23%
G=34.89%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231729800.230.560.1335.5266.1462.94
HexDFAC6201738D24423f
Octal33725414202770154410277
Binary1101111110101100110001001011111100011011001001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAC62; }

 p { color: rgb(223,172,98); }

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

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

 a { background-color: rgb(223,172,98); }

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

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

 span { border-color: rgb(223,172,98); }

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