Html Css Color HEX #D9AC71 Putty

📋 copy color: '#D9AC71'

red 217 ◦ green 172 ◦ blue 113

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

Shades of Putty #D9AC71

Tints of Putty #D9AC71

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.26%

 BLUE value IS 113 (44.53% from 255) = 22.51%

R = 43.23%
G = 34.26%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D9AC71 (or 0xD9AC71) is known color: Putty. HEX triplet: D9, AC and 71. RGB value is (217,172,113). Sum of RGB (Red+Green+Blue) = 217+172+113=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC71 is #26538E. Grayscale: #B3B3B3. Windows color (decimal): -2511759 or 7449817. OLE color: 7449817.

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

Color convert

RGB 217 172 113 -
CMYK 0 0.21 0.48 0.15
HSL 34.04º 0.58% 0.65% -
HSV(B) 34.04º 0.48% 0.85% -
XYZ 46.35 45.45 21.95 -
YUV 178.73 90.91 155.3 -
System Red Green Blue C M Y K H S L
Decimal 217 172 113 0 0.21 0.48 0.15 34.04 0.58 0.65
Hex D9 AC 71 0 15 30 F 22 3A 41
Octal 331 254 161 0 25 60 17 42 72 101
Binary 11011001 10101100 1110001 0 10101 110000 1111 100010 111010 1000001

Color Harmonies of #D9AC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC71

Black with #D9AC71

Text Example


Text Example

White with #D9AC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC71; }

 p { color: rgb(217,172,113); }

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

background-color css

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

 a { background-color: rgb(217,172,113); }

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

border-color css

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

 span { border-color: rgb(217,172,113); }

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