#D3B36A

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

Shades of Putty #D3B36A

Tints of Putty #D3B36A

Color information

#D3B36A (or 0xD3B36A) is unknown color: approx Putty. HEX triplet: D3, B3 and 6A. RGB value is (211,179,106). Sum of RGB (Red+Green+Blue) = 211+179+106=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B36A is #2C4C95. Grayscale: #B4B4B4. Windows color (decimal): -2903190 or 6992851. OLE color: 6992851.

HSL color Cylindrical-coordinate representation of color #D3B36A: hue angle of 41.71º 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 #D3B36A is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB211179106-
CMYK00.150.500.17
HSL41.71º54.4%62.16%-
HSV(B)41.71º49.76%82.75%-
XYZ45.5947.1320.33-
YUV180.2586.1149.94-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.54%
GREEN value IS 179 (70.31% from 255) = 36.09%
BLUE value IS 106 (41.80% from 255) = 21.37%
R=42.54%
G=36.09%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117910600.150.500.1741.7154.462.16
HexD3B36A0F32112a363e
Octal3232631520176221526676
Binary110100111011001111010100111111001010001101010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B36A; }

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

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

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

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

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

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

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

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