#D3B675

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

Shades of Putty #D3B675

Tints of Putty #D3B675

Color information

#D3B675 (or 0xD3B675) is unknown color: approx Putty. HEX triplet: D3, B6 and 75. RGB value is (211,182,117). Sum of RGB (Red+Green+Blue) = 211+182+117=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B675 is #2C498A. Grayscale: #B7B7B7. Windows color (decimal): -2902411 or 7714515. OLE color: 7714515.

HSL color Cylindrical-coordinate representation of color #D3B675: hue angle of 41.49º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D3B675 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB211182117-
CMYK00.140.450.17
HSL41.49º51.65%64.31%-
HSV(B)41.49º44.55%82.75%-
XYZ46.848.5923.74-
YUV183.2690.61147.79-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.37%
GREEN value IS 182 (71.48% from 255) = 35.69%
BLUE value IS 117 (46.09% from 255) = 22.94%
R=41.37%
G=35.69%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118211700.140.450.1741.4951.6564.31
HexD3B6750E2D11293440
Octal32326616501655215164100
Binary1101001110110110111010101110101101100011010011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B675; }

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

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

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

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

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

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

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

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