Html Css Color HEX #D6A96C Putty

📋 copy color: '#D6A96C'

red 214 ◦ green 169 ◦ blue 108

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

Shades of Putty #D6A96C

Tints of Putty #D6A96C

RGB

 RED value IS 214 (83.98% from 255) = 43.58%

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

 BLUE value IS 108 (42.58% from 255) = 22%

R = 43.58%
G = 34.42%
B = 22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6A96C (or 0xD6A96C) is known color: Putty. HEX triplet: D6, A9 and 6C. RGB value is (214,169,108). Sum of RGB (Red+Green+Blue) = 214+169+108=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A96C is #295693. Grayscale: #AFAFAF. Windows color (decimal): -2709140 or 7121366. OLE color: 7121366.

HSL color Cylindrical-coordinate representation of color #D6A96C: hue angle of 34.53º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6A96C is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 169 108 -
CMYK 0 0.21 0.50 0.16
HSL 34.53º 0.56% 0.63% -
HSV(B) 34.53º 0.5% 0.84% -
XYZ 44.63 43.75 20.28 -
YUV 175.5 89.91 155.46 -
System Red Green Blue C M Y K H S L
Decimal 214 169 108 0 0.21 0.50 0.16 34.53 0.56 0.63
Hex D6 A9 6C 0 15 32 10 23 38 3F
Octal 326 251 154 0 25 62 20 43 70 77
Binary 11010110 10101001 1101100 0 10101 110010 10000 100011 111000 111111

Color Harmonies of #D6A96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A96C

Black with #D6A96C

Text Example


Text Example

White with #D6A96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A96C; }

 p { color: rgb(214,169,108); }

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

background-color css

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

 a { background-color: rgb(214,169,108); }

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

border-color css

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

 span { border-color: rgb(214,169,108); }

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