Html Css Color HEX #D8B771 Putty

📋 copy color: '#D8B771'

red 216 ◦ green 183 ◦ blue 113

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

Shades of Putty #D8B771

Tints of Putty #D8B771

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.74%

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

R = 42.19%
G = 35.74%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D8B771 (or 0xD8B771) is known color: Putty. HEX triplet: D8, B7 and 71. RGB value is (216,183,113). Sum of RGB (Red+Green+Blue) = 216+183+113=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B771 is #27488E. Grayscale: #B9B9B9. Windows color (decimal): -2574479 or 7452632. OLE color: 7452632.

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

Color convert

RGB 216 183 113 -
CMYK 0 0.15 0.48 0.15
HSL 40.78º 0.57% 0.65% -
HSV(B) 40.78º 0.48% 0.85% -
XYZ 48.23 49.66 22.67 -
YUV 184.89 87.43 150.19 -
System Red Green Blue C M Y K H S L
Decimal 216 183 113 0 0.15 0.48 0.15 40.78 0.57 0.65
Hex D8 B7 71 0 F 30 F 29 39 41
Octal 330 267 161 0 17 60 17 51 71 101
Binary 11011000 10110111 1110001 0 1111 110000 1111 101001 111001 1000001

Color Harmonies of #D8B771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B771

Black with #D8B771

Text Example


Text Example

White with #D8B771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B771; }

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

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

background-color css

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

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

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

border-color css

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

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

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