#DDA960

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

Shades of Equator #DDA960

Tints of Equator #DDA960

Color information

#DDA960 (or 0xDDA960) is unknown color: approx Equator. HEX triplet: DD, A9 and 60. RGB value is (221,169,96). Sum of RGB (Red+Green+Blue) = 221+169+96=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA960 is #22569F. Grayscale: #B0B0B0. Windows color (decimal): -2250400 or 6334941. OLE color: 6334941.

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

Color convert

RGB22116996-
CMYK00.240.570.13
HSL35.04º64.77%62.16%-
HSV(B)35.04º56.56%86.67%-
XYZ46.1244.5917.24-
YUV176.2382.73159.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.47%
GREEN value IS 169 (66.41% from 255) = 34.77%
BLUE value IS 96 (37.89% from 255) = 19.75%
R=45.47%
G=34.77%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211699600.240.570.1335.0464.7762.16
HexDDA96001839D23413e
Octal33525114003071154310176
Binary1101110110101001110000001100011100111011000111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA960; }

 p { color: rgb(221,169,96); }

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

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

 a { background-color: rgb(221,169,96); }

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

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

 span { border-color: rgb(221,169,96); }

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