#D2B475

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

Shades of Putty #D2B475

Tints of Putty #D2B475

Color information

#D2B475 (or 0xD2B475) is unknown color: approx Putty. HEX triplet: D2, B4 and 75. RGB value is (210,180,117). Sum of RGB (Red+Green+Blue) = 210+180+117=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B475 is #2D4B8A. Grayscale: #B6B6B6. Windows color (decimal): -2968459 or 7714002. OLE color: 7714002.

HSL color Cylindrical-coordinate representation of color #D2B475: hue angle of 40.65º 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 #D2B475 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB210180117-
CMYK00.140.440.18
HSL40.65º50.82%64.12%-
HSV(B)40.65º44.29%82.35%-
XYZ46.1147.6323.59-
YUV181.7991.44148.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.42%
GREEN value IS 180 (70.70% from 255) = 35.50%
BLUE value IS 117 (46.09% from 255) = 23.08%
R=41.42%
G=35.50%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018011700.140.440.1840.6550.8264.12
HexD2B4750E2C12293340
Octal32226416501654225163100
Binary1101001010110100111010101110101100100101010011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B475; }

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

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

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

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

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

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

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

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