#DDA96A

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

Shades of Equator #DDA96A

Tints of Equator #DDA96A

Color information

#DDA96A (or 0xDDA96A) is unknown color: approx Equator. HEX triplet: DD, A9 and 6A. RGB value is (221,169,106). Sum of RGB (Red+Green+Blue) = 221+169+106=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA96A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA96A is #225695. Grayscale: #B1B1B1. Windows color (decimal): -2250390 or 6990301. OLE color: 6990301.

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

Color convert

RGB221169106-
CMYK00.240.520.13
HSL32.87º62.84%64.12%-
HSV(B)32.87º52.04%86.67%-
XYZ46.6144.7919.82-
YUV177.3787.73159.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 169 (66.41% from 255) = 34.07%
BLUE value IS 106 (41.80% from 255) = 21.37%
R=44.56%
G=34.07%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116910600.240.520.1332.8762.8464.12
HexDDA96A01834D213f40
Octal33525115203064154177100
Binary1101110110101001110101001100011010011011000011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA96A; }

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

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

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

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

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

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

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

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