Html Css Color HEX #D8AD71 Putty

📋 copy color: '#D8AD71'

red 216 ◦ green 173 ◦ blue 113

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

Shades of Putty #D8AD71

Tints of Putty #D8AD71

RGB

 RED value IS 216 (84.77% from 255) = 43.03%

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

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

R = 43.03%
G = 34.46%
B = 22.51%

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

#D8AD71 (or 0xD8AD71) is known color: Putty. HEX triplet: D8, AD and 71. RGB value is (216,173,113). Sum of RGB (Red+Green+Blue) = 216+173+113=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AD71 is #27528E. Grayscale: #B3B3B3. Windows color (decimal): -2577039 or 7450072. OLE color: 7450072.

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

Color convert

RGB 216 173 113 -
CMYK 0 0.20 0.48 0.15
HSL 34.95º 0.57% 0.65% -
HSV(B) 34.95º 0.48% 0.85% -
XYZ 46.24 45.68 22 -
YUV 179.02 90.75 154.38 -
System Red Green Blue C M Y K H S L
Decimal 216 173 113 0 0.20 0.48 0.15 34.95 0.57 0.65
Hex D8 AD 71 0 14 30 F 23 39 41
Octal 330 255 161 0 24 60 17 43 71 101
Binary 11011000 10101101 1110001 0 10100 110000 1111 100011 111001 1000001

Color Harmonies of #D8AD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD71

Black with #D8AD71

Text Example


Text Example

White with #D8AD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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