#D3B36B

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

Shades of Putty #D3B36B

Tints of Putty #D3B36B

Color information

#D3B36B (or 0xD3B36B) is unknown color: approx Putty. HEX triplet: D3, B3 and 6B. RGB value is (211,179,107). Sum of RGB (Red+Green+Blue) = 211+179+107=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B36B is #2C4C94. Grayscale: #B4B4B4. Windows color (decimal): -2903189 or 7058387. OLE color: 7058387.

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

Color convert

RGB211179107-
CMYK00.150.490.17
HSL41.54º54.17%62.35%-
HSV(B)41.54º49.29%82.75%-
XYZ45.6447.1520.61-
YUV180.3686.6149.85-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.45%
GREEN value IS 179 (70.31% from 255) = 36.02%
BLUE value IS 107 (42.19% from 255) = 21.53%
R=42.45%
G=36.02%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117910700.150.490.1741.5454.1762.35
HexD3B36B0F31112a363e
Octal3232631530176121526676
Binary110100111011001111010110111111000110001101010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B36B; }

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

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

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

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

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

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

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

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