#DDAA6D

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

Shades of Equator #DDAA6D

Tints of Equator #DDAA6D

Color information

#DDAA6D (or 0xDDAA6D) is unknown color: approx Equator. HEX triplet: DD, AA and 6D. RGB value is (221,170,109). Sum of RGB (Red+Green+Blue) = 221+170+109=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA6D is #225592. Grayscale: #B2B2B2. Windows color (decimal): -2250131 or 7187165. OLE color: 7187165.

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

Color convert

RGB221170109-
CMYK00.230.510.13
HSL32.68º62.22%64.71%-
HSV(B)32.68º50.68%86.67%-
XYZ46.9545.2320.72-
YUV178.2988.9158.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 109 (42.97% from 255) = 21.8%
R=44.2%
G=34%
B=21.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117010900.230.510.1332.6862.2264.71
HexDDAA6D01733D213e41
Octal33525215502763154176101
Binary1101110110101010110110101011111001111011000011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAA6D; }

 p { color: rgb(221,170,109); }

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

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

 a { background-color: rgb(221,170,109); }

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

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

 span { border-color: rgb(221,170,109); }

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