#DDA962

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

Shades of Equator #DDA962

Tints of Equator #DDA962

Color information

#DDA962 (or 0xDDA962) is unknown color: approx Equator. HEX triplet: DD, A9 and 62. RGB value is (221,169,98). Sum of RGB (Red+Green+Blue) = 221+169+98=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 98 (38.67% from 255 or 20.08% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA962 is #22569D. Grayscale: #B0B0B0. Windows color (decimal): -2250398 or 6466013. OLE color: 6466013.

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

Color convert

RGB22116998-
CMYK00.240.560.13
HSL34.63º64.4%62.55%-
HSV(B)34.63º55.66%86.67%-
XYZ46.2144.6317.73-
YUV176.4583.73159.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.29%
GREEN value IS 169 (66.41% from 255) = 34.63%
BLUE value IS 98 (38.67% from 255) = 20.08%
R=45.29%
G=34.63%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211699800.240.560.1334.6364.462.55
HexDDA96201838D23403f
Octal33525114203070154310077
Binary1101110110101001110001001100011100011011000111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA962; }

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

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

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

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

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

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

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

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