#DDAF68

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

Shades of Equator #DDAF68

Tints of Equator #DDAF68

Color information

#DDAF68 (or 0xDDAF68) is unknown color: approx Equator. HEX triplet: DD, AF and 68. RGB value is (221,175,104). Sum of RGB (Red+Green+Blue) = 221+175+104=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF68 is #225097. Grayscale: #B4B4B4. Windows color (decimal): -2248856 or 6860765. OLE color: 6860765.

HSL color Cylindrical-coordinate representation of color #DDAF68: hue angle of 36.41º degrees, saturation: 0.63, 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 #DDAF68 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB221175104-
CMYK00.210.530.13
HSL36.41º63.24%63.73%-
HSV(B)36.41º52.94%86.67%-
XYZ47.6547.0319.66-
YUV180.6684.74156.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 175 (68.75% from 255) = 35%
BLUE value IS 104 (41.02% from 255) = 20.8%
R=44.2%
G=35%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117510400.210.530.1336.4163.2463.73
HexDDAF6801535D243f40
Octal33525715002565154477100
Binary1101110110101111110100001010111010111011001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAF68; }

 p { color: rgb(221,175,104); }

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

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

 a { background-color: rgb(221,175,104); }

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

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

 span { border-color: rgb(221,175,104); }

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