#DDAD6C

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

Shades of Equator #DDAD6C

Tints of Equator #DDAD6C

Color information

#DDAD6C (or 0xDDAD6C) is unknown color: approx Equator. HEX triplet: DD, AD and 6C. RGB value is (221,173,108). Sum of RGB (Red+Green+Blue) = 221+173+108=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAD6C is #225293. Grayscale: #B4B4B4. Windows color (decimal): -2249364 or 7122397. OLE color: 7122397.

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

Color convert

RGB221173108-
CMYK00.220.510.13
HSL34.51º62.43%64.51%-
HSV(B)34.51º51.13%86.67%-
XYZ47.4746.3420.63-
YUV179.9487.4157.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.02%
GREEN value IS 173 (67.97% from 255) = 34.46%
BLUE value IS 108 (42.58% from 255) = 21.51%
R=44.02%
G=34.46%
B=21.51%

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
Decimal22117310800.220.510.1334.5162.4364.51
HexDDAD6C01633D233e41
Octal33525515402663154376101
Binary1101110110101101110110001011011001111011000111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAD6C; }

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

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

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

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

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

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

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

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