#DDA961

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

Shades of Equator #DDA961

Tints of Equator #DDA961

Color information

#DDA961 (or 0xDDA961) is unknown color: approx Equator. HEX triplet: DD, A9 and 61. RGB value is (221,169,97). Sum of RGB (Red+Green+Blue) = 221+169+97=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA961 is #22569E. Grayscale: #B0B0B0. Windows color (decimal): -2250399 or 6400477. OLE color: 6400477.

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

Color convert

RGB22116997-
CMYK00.240.560.13
HSL34.84º64.58%62.35%-
HSV(B)34.84º56.11%86.67%-
XYZ46.1644.6117.49-
YUV176.3483.23159.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.38%
GREEN value IS 169 (66.41% from 255) = 34.70%
BLUE value IS 97 (38.28% from 255) = 19.92%
R=45.38%
G=34.70%
B=19.92%

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
Decimal2211699700.240.560.1334.8464.5862.35
HexDDA96101838D23413e
Octal33525114103070154310176
Binary1101110110101001110000101100011100011011000111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA961; }

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

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

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

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

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

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

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

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