#D8B470

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

Shades of Putty #D8B470

Tints of Putty #D8B470

Color information

#D8B470 (or 0xD8B470) is unknown color: approx Putty. HEX triplet: D8, B4 and 70. RGB value is (216,180,112). Sum of RGB (Red+Green+Blue) = 216+180+112=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B470 is #274B8F. Grayscale: #B7B7B7. Windows color (decimal): -2575248 or 7386328. OLE color: 7386328.

HSL color Cylindrical-coordinate representation of color #D8B470: hue angle of 39.23º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8B470 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB216180112-
CMYK00.170.480.15
HSL39.23º57.14%64.31%-
HSV(B)39.23º48.15%84.71%-
XYZ47.5648.4122.17-
YUV183.0187.93151.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.52%
GREEN value IS 180 (70.70% from 255) = 35.43%
BLUE value IS 112 (44.14% from 255) = 22.05%
R=42.52%
G=35.43%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618011200.170.480.1539.2357.1464.31
HexD8B47001130F273940
Octal33026416002160174771100
Binary1101100010110100111000001000111000011111001111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B470; }

 p { color: rgb(216,180,112); }

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

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

 a { background-color: rgb(216,180,112); }

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

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

 span { border-color: rgb(216,180,112); }

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