#D6B275

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

Shades of Putty #D6B275

Tints of Putty #D6B275

Color information

#D6B275 (or 0xD6B275) is unknown color: approx Putty. HEX triplet: D6, B2 and 75. RGB value is (214,178,117). Sum of RGB (Red+Green+Blue) = 214+178+117=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B275 is #294D8A. Grayscale: #B6B6B6. Windows color (decimal): -2706827 or 7713494. OLE color: 7713494.

HSL color Cylindrical-coordinate representation of color #D6B275: hue angle of 37.73º degrees, saturation: 0.54, 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 #D6B275 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB214178117-
CMYK00.170.450.16
HSL37.73º54.19%64.9%-
HSV(B)37.73º45.33%83.92%-
XYZ46.8647.4223.51-
YUV181.8191.43150.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.04%
GREEN value IS 178 (69.92% from 255) = 34.97%
BLUE value IS 117 (46.09% from 255) = 22.99%
R=42.04%
G=34.97%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417811700.170.450.1637.7354.1964.9
HexD6B2750112D10263641
Octal32626216502155204666101
Binary11010110101100101110101010001101101100001001101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B275; }

 p { color: rgb(214,178,117); }

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

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

 a { background-color: rgb(214,178,117); }

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

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

 span { border-color: rgb(214,178,117); }

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