#D8A56B

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

Shades of Putty #D8A56B

Tints of Putty #D8A56B

Color information

#D8A56B (or 0xD8A56B) is unknown color: approx Putty. HEX triplet: D8, A5 and 6B. RGB value is (216,165,107). Sum of RGB (Red+Green+Blue) = 216+165+107=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A56B is #275A94. Grayscale: #ADADAD. Windows color (decimal): -2579093 or 7054808. OLE color: 7054808.

HSL color Cylindrical-coordinate representation of color #D8A56B: hue angle of 31.93º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8A56B is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB216165107-
CMYK00.240.500.15
HSL31.93º58.29%63.33%-
HSV(B)31.93º50.46%84.71%-
XYZ44.4342.5719.79-
YUV173.6490.4158.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.26%
GREEN value IS 165 (64.84% from 255) = 33.81%
BLUE value IS 107 (42.19% from 255) = 21.93%
R=44.26%
G=33.81%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616510700.240.500.1531.9358.2963.33
HexD8A56B01832F203a3f
Octal3302451530306217407277
Binary110110001010010111010110110001100101111100000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A56B; }

 p { color: rgb(216,165,107); }

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

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

 a { background-color: rgb(216,165,107); }

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

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

 span { border-color: rgb(216,165,107); }

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