#DDB064

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

Shades of Equator #DDB064

Tints of Equator #DDB064

Color information

#DDB064 (or 0xDDB064) is unknown color: approx Equator. HEX triplet: DD, B0 and 64. RGB value is (221,176,100). Sum of RGB (Red+Green+Blue) = 221+176+100=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB064 is #224F9B. Grayscale: #B5B5B5. Windows color (decimal): -2248604 or 6598877. OLE color: 6598877.

HSL color Cylindrical-coordinate representation of color #DDB064: hue angle of 37.69º 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 #DDB064 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB221176100-
CMYK00.200.550.13
HSL37.69º64.02%62.94%-
HSV(B)37.69º54.75%86.67%-
XYZ47.6447.3418.68-
YUV180.7982.41156.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.47%
GREEN value IS 176 (69.14% from 255) = 35.41%
BLUE value IS 100 (39.45% from 255) = 20.12%
R=44.47%
G=35.41%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117610000.200.550.1337.6964.0262.94
HexDDB06401437D26403f
Octal33526014402467154610077
Binary1101110110110000110010001010011011111011001101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB064; }

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

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

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

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

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

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

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

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