#D2BA73

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

Shades of Putty #D2BA73

Tints of Putty #D2BA73

Color information

#D2BA73 (or 0xD2BA73) is unknown color: approx Putty. HEX triplet: D2, BA and 73. RGB value is (210,186,115). Sum of RGB (Red+Green+Blue) = 210+186+115=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BA73 is #2D458C. Grayscale: #B9B9B9. Windows color (decimal): -2966925 or 7584466. OLE color: 7584466.

HSL color Cylindrical-coordinate representation of color #D2BA73: hue angle of 44.84º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2BA73 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB210186115-
CMYK00.110.450.18
HSL44.84º51.35%63.73%-
HSV(B)44.84º45.24%82.35%-
XYZ47.2350.0623.39-
YUV185.0888.45145.77-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.10%
GREEN value IS 186 (73.05% from 255) = 36.40%
BLUE value IS 115 (45.31% from 255) = 22.50%
R=41.10%
G=36.40%
B=22.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018611500.110.450.1844.8451.3563.73
HexD2BA730B2D122d3340
Octal32227216301355225563100
Binary1101001010111010111001101011101101100101011011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BA73; }

 p { color: rgb(210,186,115); }

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

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

 a { background-color: rgb(210,186,115); }

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

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

 span { border-color: rgb(210,186,115); }

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