#D3B770

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

Shades of Putty #D3B770

Tints of Putty #D3B770

Color information

#D3B770 (or 0xD3B770) is unknown color: approx Putty. HEX triplet: D3, B7 and 70. RGB value is (211,183,112). Sum of RGB (Red+Green+Blue) = 211+183+112=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B770 is #2C488F. Grayscale: #B7B7B7. Windows color (decimal): -2902160 or 7387091. OLE color: 7387091.

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

Color convert

RGB211183112-
CMYK00.130.470.17
HSL43.03º52.94%63.33%-
HSV(B)43.03º46.92%82.75%-
XYZ46.7248.8922.3-
YUV183.2887.78147.77-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.70%
GREEN value IS 183 (71.88% from 255) = 36.17%
BLUE value IS 112 (44.14% from 255) = 22.13%
R=41.70%
G=36.17%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118311200.130.470.1743.0352.9463.33
HexD3B7700D2F112b353f
Octal3232671600155721536577
Binary110100111011011111100000110110111110001101011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B770; }

 p { color: rgb(211,183,112); }

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

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

 a { background-color: rgb(211,183,112); }

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

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

 span { border-color: rgb(211,183,112); }

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