Shades of Putty #DAB276
Tints of Putty #DAB276
RGB
CMYK
RGB Variations
Color information
#DAB276 (or 0xDAB276) is known color: Putty. HEX triplet: DA, B2 and 76. RGB value is (218,178,118). Sum of RGB (Red+Green+Blue) = 218+178+118=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB276 is #254D89. Grayscale: #B7B7B7. Windows color (decimal): -2444682 or 7779034. OLE color: 7779034.
HSL color Cylindrical-coordinate representation of color #DAB276: hue angle of 36º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAB276 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 118 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.15 |
| HSL | 36º | 0.57% | 0.66% | - |
| HSV(B) | 36º | 0.46% | 0.85% | - |
| XYZ | 48.1 | 48.05 | 23.88 | - |
| YUV | 183.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 118 | 0 | 0.18 | 0.46 | 0.15 | 36 | 0.57 | 0.66 |
| Hex | DA | B2 | 76 | 0 | 12 | 2E | F | 24 | 39 | 42 |
| Octal | 332 | 262 | 166 | 0 | 22 | 56 | 17 | 44 | 71 | 102 |
| Binary | 11011010 | 10110010 | 1110110 | 0 | 10010 | 101110 | 1111 | 100100 | 111001 | 1000010 |
Color Harmonies of #DAB276
Complementary color
Monochromatic Colors of #DAB276
Black with #DAB276
Text Example
Text Example
White with #DAB276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB276; }
p { color: rgb(218,178,118); }
H1.HeaderClassName
{
color: #DAB276;
}
.AnyTagClassName
{
color: #DAB276;
}
</style>
background-color css
<style>
a { background-color: #DAB276; }
a { background-color: rgb(218,178,118); }
div.DivClassName
{
background-color: #DAB276;
}
.BgClassName
{
background-color: #DAB276;
}
</style>
border-color css
<style>
span { border-color: #DAB276; }
span { border-color: rgb(218,178,118); }
td.TdClassName
{
border-color: #DAB276;
}
.TagClassName
{
border-color: #DAB276;
}
</style>