#D6B16E

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

Shades of Putty #D6B16E

Tints of Putty #D6B16E

Color information

#D6B16E (or 0xD6B16E) is unknown color: approx Putty. HEX triplet: D6, B1 and 6E. RGB value is (214,177,110). Sum of RGB (Red+Green+Blue) = 214+177+110=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 110 (43.36% from 255 or 21.96% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B16E is #294E91. Grayscale: #B4B4B4. Windows color (decimal): -2707090 or 7254486. OLE color: 7254486.

HSL color Cylindrical-coordinate representation of color #D6B16E: hue angle of 38.65º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6B16E is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB214177110-
CMYK00.170.490.16
HSL38.65º55.91%63.53%-
HSV(B)38.65º48.6%83.92%-
XYZ46.2746.8721.36-
YUV180.4288.26151.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.71%
GREEN value IS 177 (69.53% from 255) = 35.33%
BLUE value IS 110 (43.36% from 255) = 21.96%
R=42.71%
G=35.33%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417711000.170.490.1638.6555.9163.53
HexD6B16E0113110273840
Octal32626115602161204770100
Binary11010110101100011101110010001110001100001001111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B16E; }

 p { color: rgb(214,177,110); }

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

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

 a { background-color: rgb(214,177,110); }

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

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

 span { border-color: rgb(214,177,110); }

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