#D8B671

Color #D8B671 Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #D8B671

Tints of Putty #D8B671

Color information

#D8B671 (or 0xD8B671) is unknown color: approx Putty. HEX triplet: D8, B6 and 71. RGB value is (216,182,113). Sum of RGB (Red+Green+Blue) = 216+182+113=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B671 is #27498E. Grayscale: #B8B8B8. Windows color (decimal): -2574735 or 7452376. OLE color: 7452376.

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

Color convert

RGB216182113-
CMYK00.160.480.15
HSL40.19º56.91%64.51%-
HSV(B)40.19º47.69%84.71%-
XYZ48.0349.2522.6-
YUV184.387.76150.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.27%
GREEN value IS 182 (71.48% from 255) = 35.62%
BLUE value IS 113 (44.53% from 255) = 22.11%
R=42.27%
G=35.62%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618211300.160.480.1540.1956.9164.51
HexD8B67101030F283941
Octal33026616102060175071101
Binary1101100010110110111000101000011000011111010001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B671; }

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

 H1.HeaderClassName
 {
   color: #D8B671;
 }
 .AnyTagClassName
 {
   color: #D8B671;
 }
</style>
background-color css

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

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

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

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

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

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