Html Css Color HEX #D9A96E Putty

📋 copy color: '#D9A96E'

red 217 ◦ green 169 ◦ blue 110

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

Shades of Putty #D9A96E

Tints of Putty #D9A96E

RGB

 RED value IS 217 (85.16% from 255) = 43.75%

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

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

R = 43.75%
G = 34.07%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9A96E (or 0xD9A96E) is known color: Putty. HEX triplet: D9, A9 and 6E. RGB value is (217,169,110). Sum of RGB (Red+Green+Blue) = 217+169+110=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A96E is #265691. Grayscale: #B0B0B0. Windows color (decimal): -2512530 or 7252441. OLE color: 7252441.

HSL color Cylindrical-coordinate representation of color #D9A96E: hue angle of 33.08º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9A96E is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 169 110 -
CMYK 0 0.22 0.49 0.15
HSL 33.08º 0.58% 0.64% -
HSV(B) 33.08º 0.49% 0.85% -
XYZ 45.62 44.25 20.89 -
YUV 176.63 90.4 156.8 -
System Red Green Blue C M Y K H S L
Decimal 217 169 110 0 0.22 0.49 0.15 33.08 0.58 0.64
Hex D9 A9 6E 0 16 31 F 21 3A 40
Octal 331 251 156 0 26 61 17 41 72 100
Binary 11011001 10101001 1101110 0 10110 110001 1111 100001 111010 1000000

Color Harmonies of #D9A96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A96E

Black with #D9A96E

Text Example


Text Example

White with #D9A96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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