#DDAF65

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

Shades of Equator #DDAF65

Tints of Equator #DDAF65

Color information

#DDAF65 (or 0xDDAF65) is unknown color: approx Equator. HEX triplet: DD, AF and 65. RGB value is (221,175,101). Sum of RGB (Red+Green+Blue) = 221+175+101=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF65 is #22509A. Grayscale: #B4B4B4. Windows color (decimal): -2248859 or 6664157. OLE color: 6664157.

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

Color convert

RGB221175101-
CMYK00.210.540.13
HSL37º63.83%63.14%-
HSV(B)37º54.3%86.67%-
XYZ47.546.9718.87-
YUV180.3283.24157.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.47%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 101 (39.84% from 255) = 20.32%
R=44.47%
G=35.21%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117510100.210.540.133763.8363.14
HexDDAF6501536D25403f
Octal33525714502566154510077
Binary1101110110101111110010101010111011011011001011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAF65; }

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

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

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

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

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

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

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

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