#D3B16A

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

Shades of Putty #D3B16A

Tints of Putty #D3B16A

Color information

#D3B16A (or 0xD3B16A) is unknown color: approx Putty. HEX triplet: D3, B1 and 6A. RGB value is (211,177,106). Sum of RGB (Red+Green+Blue) = 211+177+106=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3B16A is #2C4E95. Grayscale: #B3B3B3. Windows color (decimal): -2903702 or 6992339. OLE color: 6992339.

HSL color Cylindrical-coordinate representation of color #D3B16A: hue angle of 40.57º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3B16A is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB211177106-
CMYK00.160.500.17
HSL40.57º54.4%62.16%-
HSV(B)40.57º49.76%82.75%-
XYZ45.1946.3320.2-
YUV179.0786.76150.77-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.71%
GREEN value IS 177 (69.53% from 255) = 35.83%
BLUE value IS 106 (41.80% from 255) = 21.46%
R=42.71%
G=35.83%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117710600.160.500.1740.5754.462.16
HexD3B16A010321129363e
Octal3232611520206221516676
Binary1101001110110001110101001000011001010001101001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B16A; }

 p { color: rgb(211,177,106); }

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

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

 a { background-color: rgb(211,177,106); }

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

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

 span { border-color: rgb(211,177,106); }

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