#D2B675

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

Shades of Putty #D2B675

Tints of Putty #D2B675

Color information

#D2B675 (or 0xD2B675) is unknown color: approx Putty. HEX triplet: D2, B6 and 75. RGB value is (210,182,117). Sum of RGB (Red+Green+Blue) = 210+182+117=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B675 is #2D498A. Grayscale: #B7B7B7. Windows color (decimal): -2967947 or 7714514. OLE color: 7714514.

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

Color convert

RGB210182117-
CMYK00.130.440.18
HSL41.94º50.82%64.12%-
HSV(B)41.94º44.29%82.35%-
XYZ46.5248.4423.73-
YUV182.9690.78147.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.26%
GREEN value IS 182 (71.48% from 255) = 35.76%
BLUE value IS 117 (46.09% from 255) = 22.99%
R=41.26%
G=35.76%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018211700.130.440.1841.9450.8264.12
HexD2B6750D2C122a3340
Octal32226616501554225263100
Binary1101001010110110111010101101101100100101010101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B675; }

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

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

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

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

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

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

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

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