#D3B96E

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

Shades of Putty #D3B96E

Tints of Putty #D3B96E

Color information

#D3B96E (or 0xD3B96E) is unknown color: approx Putty. HEX triplet: D3, B9 and 6E. RGB value is (211,185,110). Sum of RGB (Red+Green+Blue) = 211+185+110=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B96E is #2C4691. Grayscale: #B8B8B8. Windows color (decimal): -2901650 or 7256531. OLE color: 7256531.

HSL color Cylindrical-coordinate representation of color #D3B96E: hue angle of 44.55º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3B96E is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB211185110-
CMYK00.120.480.17
HSL44.55º53.44%62.94%-
HSV(B)44.55º47.87%82.75%-
XYZ47.0349.6721.86-
YUV184.2286.11147.1-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.70%
GREEN value IS 185 (72.66% from 255) = 36.56%
BLUE value IS 110 (43.36% from 255) = 21.74%
R=41.70%
G=36.56%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118511000.120.480.1744.5553.4462.94
HexD3B96E0C30112d353f
Octal3232711560146021556577
Binary110100111011100111011100110011000010001101101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B96E; }

 p { color: rgb(211,185,110); }

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

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

 a { background-color: rgb(211,185,110); }

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

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

 span { border-color: rgb(211,185,110); }

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