#D7B56C

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

Shades of Putty #D7B56C

Tints of Putty #D7B56C

Color information

#D7B56C (or 0xD7B56C) is unknown color: approx Putty. HEX triplet: D7, B5 and 6C. RGB value is (215,181,108). Sum of RGB (Red+Green+Blue) = 215+181+108=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B56C is #284A93. Grayscale: #B7B7B7. Windows color (decimal): -2640532 or 7124439. OLE color: 7124439.

HSL color Cylindrical-coordinate representation of color #D7B56C: hue angle of 40.93º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7B56C is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB215181108-
CMYK00.160.500.16
HSL40.93º57.22%63.33%-
HSV(B)40.93º49.77%84.31%-
XYZ47.2548.5821.07-
YUV182.8485.76150.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.66%
GREEN value IS 181 (71.09% from 255) = 35.91%
BLUE value IS 108 (42.58% from 255) = 21.43%
R=42.66%
G=35.91%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518110800.160.500.1640.9357.2263.33
HexD7B56C010321029393f
Octal3272651540206220517177
Binary1101011110110101110110001000011001010000101001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B56C; }

 p { color: rgb(215,181,108); }

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

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

 a { background-color: rgb(215,181,108); }

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

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

 span { border-color: rgb(215,181,108); }

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