#D3B56B

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

Shades of Putty #D3B56B

Tints of Putty #D3B56B

Color information

#D3B56B (or 0xD3B56B) is unknown color: approx Putty. HEX triplet: D3, B5 and 6B. RGB value is (211,181,107). Sum of RGB (Red+Green+Blue) = 211+181+107=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B56B is #2C4A94. Grayscale: #B5B5B5. Windows color (decimal): -2902677 or 7058899. OLE color: 7058899.

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

Color convert

RGB211181107-
CMYK00.140.490.17
HSL42.69º54.17%62.35%-
HSV(B)42.69º49.29%82.75%-
XYZ46.0447.9620.74-
YUV181.5385.94149.02-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.28%
GREEN value IS 181 (71.09% from 255) = 36.27%
BLUE value IS 107 (42.19% from 255) = 21.44%
R=42.28%
G=36.27%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118110700.140.490.1742.6954.1762.35
HexD3B56B0E31112b363e
Octal3232651530166121536676
Binary110100111011010111010110111011000110001101011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B56B; }

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

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

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

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

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

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

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

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