#DCAC6D

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

Shades of Equator #DCAC6D

Tints of Equator #DCAC6D

Color information

#DCAC6D (or 0xDCAC6D) is unknown color: approx Equator. HEX triplet: DC, AC and 6D. RGB value is (220,172,109). Sum of RGB (Red+Green+Blue) = 220+172+109=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC6D is #235392. Grayscale: #B3B3B3. Windows color (decimal): -2315155 or 7187676. OLE color: 7187676.

HSL color Cylindrical-coordinate representation of color #DCAC6D: hue angle of 34.05º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCAC6D is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB220172109-
CMYK00.220.500.14
HSL34.05º61.33%64.51%-
HSV(B)34.05º50.45%86.27%-
XYZ47.0345.8220.83-
YUV179.1788.4157.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.91%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 109 (42.97% from 255) = 21.76%
R=43.91%
G=34.33%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017210900.220.500.1434.0561.3364.51
HexDCAC6D01632E223d41
Octal33425415502662164275101
Binary1101110010101100110110101011011001011101000101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAC6D; }

 p { color: rgb(220,172,109); }

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

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

 a { background-color: rgb(220,172,109); }

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

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

 span { border-color: rgb(220,172,109); }

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