#D6B875

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

Shades of Putty #D6B875

Tints of Putty #D6B875

Color information

#D6B875 (or 0xD6B875) is unknown color: approx Putty. HEX triplet: D6, B8 and 75. RGB value is (214,184,117). Sum of RGB (Red+Green+Blue) = 214+184+117=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B875 is #29478A. Grayscale: #B9B9B9. Windows color (decimal): -2705291 or 7715030. OLE color: 7715030.

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

Color convert

RGB214184117-
CMYK00.140.450.16
HSL41.44º54.19%64.9%-
HSV(B)41.44º45.33%83.92%-
XYZ48.0849.8623.92-
YUV185.3389.44148.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.55%
GREEN value IS 184 (72.27% from 255) = 35.73%
BLUE value IS 117 (46.09% from 255) = 22.72%
R=41.55%
G=35.73%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418411700.140.450.1641.4454.1964.9
HexD6B8750E2D10293641
Octal32627016501655205166101
Binary1101011010111000111010101110101101100001010011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B875; }

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

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

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

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

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

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

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

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