Html Css Color HEX #D9AD71 Putty

📋 copy color: '#D9AD71'

red 217 ◦ green 173 ◦ blue 113

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

Shades of Putty #D9AD71

Tints of Putty #D9AD71

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.39%

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

R = 43.14%
G = 34.39%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D9AD71 (or 0xD9AD71) is known color: Putty. HEX triplet: D9, AD and 71. RGB value is (217,173,113). Sum of RGB (Red+Green+Blue) = 217+173+113=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD71 is #26528E. Grayscale: #B3B3B3. Windows color (decimal): -2511503 or 7450073. OLE color: 7450073.

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

Color convert

RGB 217 173 113 -
CMYK 0 0.20 0.48 0.15
HSL 34.62º 0.58% 0.65% -
HSV(B) 34.62º 0.48% 0.85% -
XYZ 46.54 45.83 22.02 -
YUV 179.32 90.58 154.88 -
System Red Green Blue C M Y K H S L
Decimal 217 173 113 0 0.20 0.48 0.15 34.62 0.58 0.65
Hex D9 AD 71 0 14 30 F 23 3A 41
Octal 331 255 161 0 24 60 17 43 72 101
Binary 11011001 10101101 1110001 0 10100 110000 1111 100011 111010 1000001

Color Harmonies of #D9AD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD71

Black with #D9AD71

Text Example


Text Example

White with #D9AD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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