#D2B075

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

Shades of Putty #D2B075

Tints of Putty #D2B075

Color information

#D2B075 (or 0xD2B075) is unknown color: approx Putty. HEX triplet: D2, B0 and 75. RGB value is (210,176,117). Sum of RGB (Red+Green+Blue) = 210+176+117=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B075 is #2D4F8A. Grayscale: #B3B3B3. Windows color (decimal): -2969483 or 7712978. OLE color: 7712978.

HSL color Cylindrical-coordinate representation of color #D2B075: hue angle of 38.06º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2B075 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB210176117-
CMYK00.160.440.18
HSL38.06º50.82%64.12%-
HSV(B)38.06º44.29%82.35%-
XYZ45.3146.0423.33-
YUV179.4492.76149.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.75%
GREEN value IS 176 (69.14% from 255) = 34.99%
BLUE value IS 117 (46.09% from 255) = 23.26%
R=41.75%
G=34.99%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017611700.160.440.1838.0650.8264.12
HexD2B0750102C12263340
Octal32226016502054224663100
Binary11010010101100001110101010000101100100101001101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B075; }

 p { color: rgb(210,176,117); }

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

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

 a { background-color: rgb(210,176,117); }

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

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

 span { border-color: rgb(210,176,117); }

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