#DCAC6F

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

Shades of Putty #DCAC6F

Tints of Putty #DCAC6F

Color information

#DCAC6F (or 0xDCAC6F) is unknown color: approx Putty. HEX triplet: DC, AC and 6F. RGB value is (220,172,111). Sum of RGB (Red+Green+Blue) = 220+172+111=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC6F is #235390. Grayscale: #B3B3B3. Windows color (decimal): -2315153 or 7318748. OLE color: 7318748.

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

Color convert

RGB220172111-
CMYK00.220.500.14
HSL33.58º60.89%64.9%-
HSV(B)33.58º49.55%86.27%-
XYZ47.1445.8721.41-
YUV179.489.4156.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.74%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 111 (43.75% from 255) = 22.07%
R=43.74%
G=34.19%
B=22.07%

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
Decimal22017211100.220.500.1433.5860.8964.9
HexDCAC6F01632E223d41
Octal33425415702662164275101
Binary1101110010101100110111101011011001011101000101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAC6F; }

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

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

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

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

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

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

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

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