Shades of Putty #DAB376
Tints of Putty #DAB376
RGB
CMYK
RGB Variations
Color information
#DAB376 (or 0xDAB376) is known color: Putty. HEX triplet: DA, B3 and 76. RGB value is (218,179,118). Sum of RGB (Red+Green+Blue) = 218+179+118=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB376 is #254C89. Grayscale: #B7B7B7. Windows color (decimal): -2444426 or 7779290. OLE color: 7779290.
HSL color Cylindrical-coordinate representation of color #DAB376: hue angle of 36.6º 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 #DAB376 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 118 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.15 |
| HSL | 36.6º | 0.57% | 0.66% | - |
| HSV(B) | 36.6º | 0.46% | 0.85% | - |
| XYZ | 48.3 | 48.45 | 23.95 | - |
| YUV | 183.71 | 90.92 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 118 | 0 | 0.18 | 0.46 | 0.15 | 36.6 | 0.57 | 0.66 |
| Hex | DA | B3 | 76 | 0 | 12 | 2E | F | 25 | 39 | 42 |
| Octal | 332 | 263 | 166 | 0 | 22 | 56 | 17 | 45 | 71 | 102 |
| Binary | 11011010 | 10110011 | 1110110 | 0 | 10010 | 101110 | 1111 | 100101 | 111001 | 1000010 |
Color Harmonies of #DAB376
Complementary color
Monochromatic Colors of #DAB376
Black with #DAB376
Text Example
Text Example
White with #DAB376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB376; }
p { color: rgb(218,179,118); }
H1.HeaderClassName
{
color: #DAB376;
}
.AnyTagClassName
{
color: #DAB376;
}
</style>
background-color css
<style>
a { background-color: #DAB376; }
a { background-color: rgb(218,179,118); }
div.DivClassName
{
background-color: #DAB376;
}
.BgClassName
{
background-color: #DAB376;
}
</style>
border-color css
<style>
span { border-color: #DAB376; }
span { border-color: rgb(218,179,118); }
td.TdClassName
{
border-color: #DAB376;
}
.TagClassName
{
border-color: #DAB376;
}
</style>