Html Css Color HEX #D9A76C Putty

📋 copy color: '#D9A76C'

red 217 ◦ green 167 ◦ blue 108

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

Shades of Putty #D9A76C

Tints of Putty #D9A76C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.94%

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

R = 44.11%
G = 33.94%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9A76C (or 0xD9A76C) is known color: Putty. HEX triplet: D9, A7 and 6C. RGB value is (217,167,108). Sum of RGB (Red+Green+Blue) = 217+167+108=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A76C is #265893. Grayscale: #AFAFAF. Windows color (decimal): -2513044 or 7120857. OLE color: 7120857.

HSL color Cylindrical-coordinate representation of color #D9A76C: hue angle of 32.48º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9A76C is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 167 108 -
CMYK 0 0.23 0.50 0.15
HSL 32.48º 0.59% 0.64% -
HSV(B) 32.48º 0.5% 0.85% -
XYZ 45.14 43.47 20.2 -
YUV 175.22 90.07 157.8 -
System Red Green Blue C M Y K H S L
Decimal 217 167 108 0 0.23 0.50 0.15 32.48 0.59 0.64
Hex D9 A7 6C 0 17 32 F 20 3B 40
Octal 331 247 154 0 27 62 17 40 73 100
Binary 11011001 10100111 1101100 0 10111 110010 1111 100000 111011 1000000

Color Harmonies of #D9A76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A76C

Black with #D9A76C

Text Example


Text Example

White with #D9A76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A76C; }

 p { color: rgb(217,167,108); }

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

background-color css

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

 a { background-color: rgb(217,167,108); }

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

border-color css

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

 span { border-color: rgb(217,167,108); }

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