Shades of Putty #D5B06D
Tints of Putty #D5B06D
RGB
CMYK
RGB Variations
Color information
#D5B06D (or 0xD5B06D) is known color: Putty. HEX triplet: D5, B0 and 6D. RGB value is (213,176,109). Sum of RGB (Red+Green+Blue) = 213+176+109=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B06D is #2A4F92. Grayscale: #B3B3B3. Windows color (decimal): -2772883 or 7188693. OLE color: 7188693.
HSL color Cylindrical-coordinate representation of color #D5B06D: hue angle of 38.65º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5B06D is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 176 | 109 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.16 |
| HSL | 38.65º | 0.55% | 0.63% | - |
| HSV(B) | 38.65º | 0.49% | 0.84% | - |
| XYZ | 45.73 | 46.3 | 20.99 | - |
| YUV | 179.43 | 88.26 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 109 | 0 | 0.17 | 0.49 | 0.16 | 38.65 | 0.55 | 0.63 |
| Hex | D5 | B0 | 6D | 0 | 11 | 31 | 10 | 27 | 37 | 3F |
| Octal | 325 | 260 | 155 | 0 | 21 | 61 | 20 | 47 | 67 | 77 |
| Binary | 11010101 | 10110000 | 1101101 | 0 | 10001 | 110001 | 10000 | 100111 | 110111 | 111111 |
Color Harmonies of #D5B06D
Complementary color
Monochromatic Colors of #D5B06D
Black with #D5B06D
Text Example
Text Example
White with #D5B06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B06D; }
p { color: rgb(213,176,109); }
H1.HeaderClassName
{
color: #D5B06D;
}
.AnyTagClassName
{
color: #D5B06D;
}
</style>
background-color css
<style>
a { background-color: #D5B06D; }
a { background-color: rgb(213,176,109); }
div.DivClassName
{
background-color: #D5B06D;
}
.BgClassName
{
background-color: #D5B06D;
}
</style>
border-color css
<style>
span { border-color: #D5B06D; }
span { border-color: rgb(213,176,109); }
td.TdClassName
{
border-color: #D5B06D;
}
.TagClassName
{
border-color: #D5B06D;
}
</style>