#DDA86D

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

Shades of Equator #DDA86D

Tints of Equator #DDA86D

Color information

#DDA86D (or 0xDDA86D) is unknown color: approx Equator. HEX triplet: DD, A8 and 6D. RGB value is (221,168,109). Sum of RGB (Red+Green+Blue) = 221+168+109=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA86D is #225792. Grayscale: #B1B1B1. Windows color (decimal): -2250643 or 7186653. OLE color: 7186653.

HSL color Cylindrical-coordinate representation of color #DDA86D: hue angle of 31.61º 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 #DDA86D is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB221168109-
CMYK00.240.510.13
HSL31.61º62.22%64.71%-
HSV(B)31.61º50.68%86.67%-
XYZ46.5844.4820.6-
YUV177.1289.56159.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.38%
GREEN value IS 168 (66.02% from 255) = 33.73%
BLUE value IS 109 (42.97% from 255) = 21.89%
R=44.38%
G=33.73%
B=21.89%

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
Decimal22116810900.240.510.1331.6162.2264.71
HexDDA86D01833D203e41
Octal33525015503063154076101
Binary1101110110101000110110101100011001111011000001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA86D; }

 p { color: rgb(221,168,109); }

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

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

 a { background-color: rgb(221,168,109); }

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

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

 span { border-color: rgb(221,168,109); }

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