#DFAA61

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

Shades of Equator #DFAA61

Tints of Equator #DFAA61

Color information

#DFAA61 (or 0xDFAA61) is unknown color: approx Equator. HEX triplet: DF, AA and 61. RGB value is (223,170,97). Sum of RGB (Red+Green+Blue) = 223+170+97=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA61 is #20559E. Grayscale: #B1B1B1. Windows color (decimal): -2119071 or 6400735. OLE color: 6400735.

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

Color convert

RGB22317097-
CMYK00.240.570.13
HSL34.76º66.32%62.75%-
HSV(B)34.76º56.5%87.45%-
XYZ46.9645.317.58-
YUV177.5282.56160.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.51%
GREEN value IS 170 (66.80% from 255) = 34.69%
BLUE value IS 97 (38.28% from 255) = 19.80%
R=45.51%
G=34.69%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231709700.240.570.1334.7666.3262.75
HexDFAA6101839D23423f
Octal33725214103071154310277
Binary1101111110101010110000101100011100111011000111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAA61; }

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

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

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

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

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

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

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

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