Shades of Putty #D0B06D
Tints of Putty #D0B06D
RGB
CMYK
RGB Variations
Color information
#D0B06D (or 0xD0B06D) is known color: Putty. HEX triplet: D0, B0 and 6D. RGB value is (208,176,109). Sum of RGB (Red+Green+Blue) = 208+176+109=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B06D is #2F4F92. Grayscale: #B2B2B2. Windows color (decimal): -3100563 or 7188688. OLE color: 7188688.
HSL color Cylindrical-coordinate representation of color #D0B06D: hue angle of 40.61º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0B06D is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 176 | 109 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.18 |
| HSL | 40.61º | 0.51% | 0.62% | - |
| HSV(B) | 40.61º | 0.48% | 0.82% | - |
| XYZ | 44.3 | 45.56 | 20.93 | - |
| YUV | 177.93 | 89.1 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 176 | 109 | 0 | 0.15 | 0.48 | 0.18 | 40.61 | 0.51 | 0.62 |
| Hex | D0 | B0 | 6D | 0 | F | 30 | 12 | 29 | 33 | 3E |
| Octal | 320 | 260 | 155 | 0 | 17 | 60 | 22 | 51 | 63 | 76 |
| Binary | 11010000 | 10110000 | 1101101 | 0 | 1111 | 110000 | 10010 | 101001 | 110011 | 111110 |
Color Harmonies of #D0B06D
Complementary color
Monochromatic Colors of #D0B06D
Black with #D0B06D
Text Example
Text Example
White with #D0B06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B06D; }
p { color: rgb(208,176,109); }
H1.HeaderClassName
{
color: #D0B06D;
}
.AnyTagClassName
{
color: #D0B06D;
}
</style>
background-color css
<style>
a { background-color: #D0B06D; }
a { background-color: rgb(208,176,109); }
div.DivClassName
{
background-color: #D0B06D;
}
.BgClassName
{
background-color: #D0B06D;
}
</style>
border-color css
<style>
span { border-color: #D0B06D; }
span { border-color: rgb(208,176,109); }
td.TdClassName
{
border-color: #D0B06D;
}
.TagClassName
{
border-color: #D0B06D;
}
</style>