Html Css Color HEX #D8AB71 Putty

📋 copy color: '#D8AB71'

red 216 ◦ green 171 ◦ blue 113

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

Shades of Putty #D8AB71

Tints of Putty #D8AB71

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.2%

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

R = 43.2%
G = 34.2%
B = 22.6%

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

#D8AB71 (or 0xD8AB71) is known color: Putty. HEX triplet: D8, AB and 71. RGB value is (216,171,113). Sum of RGB (Red+Green+Blue) = 216+171+113=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB71 is #27548E. Grayscale: #B2B2B2. Windows color (decimal): -2577551 or 7449560. OLE color: 7449560.

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

Color convert

RGB 216 171 113 -
CMYK 0 0.21 0.48 0.15
HSL 33.79º 0.57% 0.65% -
HSV(B) 33.79º 0.48% 0.85% -
XYZ 45.86 44.92 21.88 -
YUV 177.84 91.41 155.22 -
System Red Green Blue C M Y K H S L
Decimal 216 171 113 0 0.21 0.48 0.15 33.79 0.57 0.65
Hex D8 AB 71 0 15 30 F 22 39 41
Octal 330 253 161 0 25 60 17 42 71 101
Binary 11011000 10101011 1110001 0 10101 110000 1111 100010 111001 1000001

Color Harmonies of #D8AB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB71

Black with #D8AB71

Text Example


Text Example

White with #D8AB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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