#D7B16D

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

Shades of Putty #D7B16D

Tints of Putty #D7B16D

Color information

#D7B16D (or 0xD7B16D) is unknown color: approx Putty. HEX triplet: D7, B1 and 6D. RGB value is (215,177,109). Sum of RGB (Red+Green+Blue) = 215+177+109=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B16D is #284E92. Grayscale: #B4B4B4. Windows color (decimal): -2641555 or 7188951. OLE color: 7188951.

HSL color Cylindrical-coordinate representation of color #D7B16D: hue angle of 38.49º degrees, saturation: 0.57, 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 #D7B16D is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB215177109-
CMYK00.180.490.16
HSL38.49º56.99%63.53%-
HSV(B)38.49º49.3%84.31%-
XYZ46.514721.09-
YUV180.6187.59152.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.91%
GREEN value IS 177 (69.53% from 255) = 35.33%
BLUE value IS 109 (42.97% from 255) = 21.76%
R=42.91%
G=35.33%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517710900.180.490.1638.4956.9963.53
HexD7B16D0123110263940
Octal32726115502261204671100
Binary11010111101100011101101010010110001100001001101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B16D; }

 p { color: rgb(215,177,109); }

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

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

 a { background-color: rgb(215,177,109); }

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

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

 span { border-color: rgb(215,177,109); }

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