#D5B675

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

Shades of Putty #D5B675

Tints of Putty #D5B675

Color information

#D5B675 (or 0xD5B675) is unknown color: approx Putty. HEX triplet: D5, B6 and 75. RGB value is (213,182,117). Sum of RGB (Red+Green+Blue) = 213+182+117=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B675 is #2A498A. Grayscale: #B8B8B8. Windows color (decimal): -2771339 or 7714517. OLE color: 7714517.

HSL color Cylindrical-coordinate representation of color #D5B675: hue angle of 40.62º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5B675 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB213182117-
CMYK00.150.450.16
HSL40.62º53.33%64.71%-
HSV(B)40.62º45.07%83.53%-
XYZ47.3848.8923.77-
YUV183.8690.27148.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.60%
GREEN value IS 182 (71.48% from 255) = 35.55%
BLUE value IS 117 (46.09% from 255) = 22.85%
R=41.60%
G=35.55%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318211700.150.450.1640.6253.3364.71
HexD5B6750F2D10293541
Octal32526616501755205165101
Binary1101010110110110111010101111101101100001010011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B675; }

 p { color: rgb(213,182,117); }

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

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

 a { background-color: rgb(213,182,117); }

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

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

 span { border-color: rgb(213,182,117); }

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