Html Css Color HEX #DCA96E Putty

📋 copy color: '#DCA96E'

red 220 ◦ green 169 ◦ blue 110

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

Shades of Putty #DCA96E

Tints of Putty #DCA96E

RGB

 RED value IS 220 (86.33% from 255) = 44.09%

 GREEN value IS 169 (66.41% from 255) = 33.87%

 BLUE value IS 110 (43.36% from 255) = 22.04%

R = 44.09%
G = 33.87%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCA96E (or 0xDCA96E) is known color: Putty. HEX triplet: DC, A9 and 6E. RGB value is (220,169,110). Sum of RGB (Red+Green+Blue) = 220+169+110=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA96E is #235691. Grayscale: #B1B1B1. Windows color (decimal): -2315922 or 7252444. OLE color: 7252444.

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

Color convert

RGB 220 169 110 -
CMYK 0 0.23 0.50 0.14
HSL 32.18º 0.61% 0.65% -
HSV(B) 32.18º 0.5% 0.86% -
XYZ 46.52 44.72 20.93 -
YUV 177.52 89.9 158.3 -
System Red Green Blue C M Y K H S L
Decimal 220 169 110 0 0.23 0.50 0.14 32.18 0.61 0.65
Hex DC A9 6E 0 17 32 E 20 3D 41
Octal 334 251 156 0 27 62 16 40 75 101
Binary 11011100 10101001 1101110 0 10111 110010 1110 100000 111101 1000001

Color Harmonies of #DCA96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA96E

Black with #DCA96E

Text Example


Text Example

White with #DCA96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA96E; }

 p { color: rgb(220,169,110); }

 H1.HeaderClassName
 {
   color: #DCA96E;
 }
 .AnyTagClassName
 {
   color: #DCA96E;
 }
</style>

background-color css

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

 a { background-color: rgb(220,169,110); }

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

border-color css

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

 span { border-color: rgb(220,169,110); }

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