Html Css Color HEX #D9A972 Putty

📋 copy color: '#D9A972'

red 217 ◦ green 169 ◦ blue 114

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

Shades of Putty #D9A972

Tints of Putty #D9A972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.8%

R = 43.4%
G = 33.8%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D9A972 (or 0xD9A972) is known color: Putty. HEX triplet: D9, A9 and 72. RGB value is (217,169,114). Sum of RGB (Red+Green+Blue) = 217+169+114=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A972 is #26568D. Grayscale: #B1B1B1. Windows color (decimal): -2512526 or 7514585. OLE color: 7514585.

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

Color convert

RGB 217 169 114 -
CMYK 0 0.22 0.47 0.15
HSL 32.04º 0.58% 0.65% -
HSV(B) 32.04º 0.47% 0.85% -
XYZ 45.84 44.34 22.06 -
YUV 177.08 92.4 156.47 -
System Red Green Blue C M Y K H S L
Decimal 217 169 114 0 0.22 0.47 0.15 32.04 0.58 0.65
Hex D9 A9 72 0 16 2F F 20 3A 41
Octal 331 251 162 0 26 57 17 40 72 101
Binary 11011001 10101001 1110010 0 10110 101111 1111 100000 111010 1000001

Color Harmonies of #D9A972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A972

Black with #D9A972

Text Example


Text Example

White with #D9A972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A972; }

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

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

background-color css

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

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

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

border-color css

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

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

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