Html Css Color HEX #D9AF71 Putty

📋 copy color: '#D9AF71'

red 217 ◦ green 175 ◦ blue 113

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

Shades of Putty #D9AF71

Tints of Putty #D9AF71

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.65%

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

R = 42.97%
G = 34.65%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D9AF71 (or 0xD9AF71) is known color: Putty. HEX triplet: D9, AF and 71. RGB value is (217,175,113). Sum of RGB (Red+Green+Blue) = 217+175+113=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF71 is #26508E. Grayscale: #B4B4B4. Windows color (decimal): -2510991 or 7450585. OLE color: 7450585.

HSL color Cylindrical-coordinate representation of color #D9AF71: hue angle of 35.77º 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 #D9AF71 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 175 113 -
CMYK 0 0.19 0.48 0.15
HSL 35.77º 0.58% 0.65% -
HSV(B) 35.77º 0.48% 0.85% -
XYZ 46.93 46.6 22.14 -
YUV 180.49 89.91 154.04 -
System Red Green Blue C M Y K H S L
Decimal 217 175 113 0 0.19 0.48 0.15 35.77 0.58 0.65
Hex D9 AF 71 0 13 30 F 24 3A 41
Octal 331 257 161 0 23 60 17 44 72 101
Binary 11011001 10101111 1110001 0 10011 110000 1111 100100 111010 1000001

Color Harmonies of #D9AF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF71

Black with #D9AF71

Text Example


Text Example

White with #D9AF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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