#DDA96C

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

Shades of Equator #DDA96C

Tints of Equator #DDA96C

Color information

#DDA96C (or 0xDDA96C) is unknown color: approx Equator. HEX triplet: DD, A9 and 6C. RGB value is (221,169,108). Sum of RGB (Red+Green+Blue) = 221+169+108=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA96C is #225693. Grayscale: #B1B1B1. Windows color (decimal): -2250388 or 7121373. OLE color: 7121373.

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

Color convert

RGB221169108-
CMYK00.240.510.13
HSL32.39º62.43%64.51%-
HSV(B)32.39º51.13%86.67%-
XYZ46.7144.8320.38-
YUV177.5988.73158.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.38%
GREEN value IS 169 (66.41% from 255) = 33.94%
BLUE value IS 108 (42.58% from 255) = 21.69%
R=44.38%
G=33.94%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116910800.240.510.1332.3962.4364.51
HexDDA96C01833D203e41
Octal33525115403063154076101
Binary1101110110101001110110001100011001111011000001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA96C; }

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

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

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

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

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

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

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

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