#D8B472

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

Shades of Putty #D8B472

Tints of Putty #D8B472

Color information

#D8B472 (or 0xD8B472) is unknown color: approx Putty. HEX triplet: D8, B4 and 72. RGB value is (216,180,114). Sum of RGB (Red+Green+Blue) = 216+180+114=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B472 is #274B8D. Grayscale: #B7B7B7. Windows color (decimal): -2575246 or 7517400. OLE color: 7517400.

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

Color convert

RGB216180114-
CMYK00.170.470.15
HSL38.82º56.67%64.71%-
HSV(B)38.82º47.22%84.71%-
XYZ47.6848.4622.76-
YUV183.2488.93151.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.35%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 114 (44.92% from 255) = 22.35%
R=42.35%
G=35.29%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618011400.170.470.1538.8256.6764.71
HexD8B4720112FF273941
Octal33026416202157174771101
Binary1101100010110100111001001000110111111111001111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B472; }

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

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

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

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

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

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

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

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