Html Css Color HEX #D6A96D Putty

📋 copy color: '#D6A96D'

red 214 ◦ green 169 ◦ blue 109

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

Shades of Putty #D6A96D

Tints of Putty #D6A96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.15%

R = 43.5%
G = 34.35%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6A96D (or 0xD6A96D) is known color: Putty. HEX triplet: D6, A9 and 6D. RGB value is (214,169,109). Sum of RGB (Red+Green+Blue) = 214+169+109=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A96D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A96D is #295692. Grayscale: #AFAFAF. Windows color (decimal): -2709139 or 7186902. OLE color: 7186902.

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

Color convert

RGB 214 169 109 -
CMYK 0 0.21 0.49 0.16
HSL 34.29º 0.56% 0.63% -
HSV(B) 34.29º 0.49% 0.84% -
XYZ 44.68 43.78 20.56 -
YUV 175.62 90.41 155.38 -
System Red Green Blue C M Y K H S L
Decimal 214 169 109 0 0.21 0.49 0.16 34.29 0.56 0.63
Hex D6 A9 6D 0 15 31 10 22 38 3F
Octal 326 251 155 0 25 61 20 42 70 77
Binary 11010110 10101001 1101101 0 10101 110001 10000 100010 111000 111111

Color Harmonies of #D6A96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A96D

Black with #D6A96D

Text Example


Text Example

White with #D6A96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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