#DDAA64

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

Shades of Equator #DDAA64

Tints of Equator #DDAA64

Color information

#DDAA64 (or 0xDDAA64) is unknown color: approx Equator. HEX triplet: DD, AA and 64. RGB value is (221,170,100). Sum of RGB (Red+Green+Blue) = 221+170+100=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA64 is #22559B. Grayscale: #B1B1B1. Windows color (decimal): -2250140 or 6597341. OLE color: 6597341.

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

Color convert

RGB221170100-
CMYK00.230.550.13
HSL34.71º64.02%62.94%-
HSV(B)34.71º54.75%86.67%-
XYZ46.4945.0418.3-
YUV177.2784.4159.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 100 (39.45% from 255) = 20.37%
R=45.01%
G=34.62%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117010000.230.550.1334.7164.0262.94
HexDDAA6401737D23403f
Octal33525214402767154310077
Binary1101110110101010110010001011111011111011000111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAA64; }

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

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

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

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

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

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

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

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