#DFAC61

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

Shades of Equator #DFAC61

Tints of Equator #DFAC61

Color information

#DFAC61 (or 0xDFAC61) is unknown color: approx Equator. HEX triplet: DF, AC and 61. RGB value is (223,172,97). Sum of RGB (Red+Green+Blue) = 223+172+97=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 97 (38.28% from 255 or 19.72% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAC61 is #20539E. Grayscale: #B3B3B3. Windows color (decimal): -2118559 or 6401247. OLE color: 6401247.

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

Color convert

RGB22317297-
CMYK00.230.570.13
HSL35.71º66.32%62.75%-
HSV(B)35.71º56.5%87.45%-
XYZ47.3446.0617.7-
YUV178.781.9159.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.33%
GREEN value IS 172 (67.58% from 255) = 34.96%
BLUE value IS 97 (38.28% from 255) = 19.72%
R=45.33%
G=34.96%
B=19.72%

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
Decimal2231729700.230.570.1335.7166.3262.75
HexDFAC6101739D24423f
Octal33725414102771154410277
Binary1101111110101100110000101011111100111011001001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAC61; }

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

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

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

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

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

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

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

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