Html Css Color HEX #DCAC6F Putty

📋 copy color: '#DCAC6F'

red 220 ◦ green 172 ◦ blue 111

#DCAC6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Putty #DCAC6F

Tints of Putty #DCAC6F

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 value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCAC6F (or 0xDCAC6F) is known color: 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

RGB 220 172 111 -
CMYK 0 0.22 0.50 0.14
HSL 33.58º 0.61% 0.65% -
HSV(B) 33.58º 0.5% 0.86% -
XYZ 47.14 45.87 21.41 -
YUV 179.4 89.4 156.96 -
System Red Green Blue C M Y K H S L
Decimal 220 172 111 0 0.22 0.50 0.14 33.58 0.61 0.65
Hex DC AC 6F 0 16 32 E 22 3D 41
Octal 334 254 157 0 26 62 16 42 75 101
Binary 11011100 10101100 1101111 0 10110 110010 1110 100010 111101 1000001

Color Harmonies of #DCAC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC6F

Black with #DCAC6F

Text Example


Text Example

White with #DCAC6F

Text Example


Text Example

HTML Codes & Css Web 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>