#DDAD6D

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

Shades of Equator #DDAD6D

Tints of Equator #DDAD6D

Color information

#DDAD6D (or 0xDDAD6D) is unknown color: approx Equator. HEX triplet: DD, AD and 6D. RGB value is (221,173,109). Sum of RGB (Red+Green+Blue) = 221+173+109=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAD6D is #225292. Grayscale: #B4B4B4. Windows color (decimal): -2249363 or 7187933. OLE color: 7187933.

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

Color convert

RGB221173109-
CMYK00.220.510.13
HSL34.29º62.22%64.71%-
HSV(B)34.29º50.68%86.67%-
XYZ47.5246.3620.91-
YUV180.0687.9157.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 109 (42.97% from 255) = 21.67%
R=43.94%
G=34.39%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117310900.220.510.1334.2962.2264.71
HexDDAD6D01633D223e41
Octal33525515502663154276101
Binary1101110110101101110110101011011001111011000101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAD6D; }

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

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

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

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

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

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

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

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