#DFAE68

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

Shades of Equator #DFAE68

Tints of Equator #DFAE68

Color information

#DFAE68 (or 0xDFAE68) is unknown color: approx Equator. HEX triplet: DF, AE and 68. RGB value is (223,174,104). Sum of RGB (Red+Green+Blue) = 223+174+104=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAE68 is #205197. Grayscale: #B5B5B5. Windows color (decimal): -2118040 or 6860511. OLE color: 6860511.

HSL color Cylindrical-coordinate representation of color #DFAE68: hue angle of 35.29º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFAE68 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB223174104-
CMYK00.220.530.13
HSL35.29º65.03%64.12%-
HSV(B)35.29º53.36%87.45%-
XYZ48.0746.9619.63-
YUV180.6784.73158.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.51%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 104 (41.02% from 255) = 20.76%
R=44.51%
G=34.73%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317410400.220.530.1335.2965.0364.12
HexDFAE6801635D234140
Octal337256150026651543101100
Binary11011111101011101101000010110110101110110001110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAE68; }

 p { color: rgb(223,174,104); }

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

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

 a { background-color: rgb(223,174,104); }

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

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

 span { border-color: rgb(223,174,104); }

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