Shades of Putty #DAB36E
Tints of Putty #DAB36E
RGB
CMYK
RGB Variations
Color information
#DAB36E (or 0xDAB36E) is known color: Putty. HEX triplet: DA, B3 and 6E. RGB value is (218,179,110). Sum of RGB (Red+Green+Blue) = 218+179+110=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 110 (43.36% from 255 or 21.70% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB36E is #254C91. Grayscale: #B7B7B7. Windows color (decimal): -2444434 or 7255002. OLE color: 7255002.
HSL color Cylindrical-coordinate representation of color #DAB36E: hue angle of 38.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAB36E is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 110 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.15 |
| HSL | 38.33º | 0.59% | 0.64% | - |
| HSV(B) | 38.33º | 0.5% | 0.85% | - |
| XYZ | 47.85 | 48.27 | 21.55 | - |
| YUV | 182.8 | 86.92 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 110 | 0 | 0.18 | 0.50 | 0.15 | 38.33 | 0.59 | 0.64 |
| Hex | DA | B3 | 6E | 0 | 12 | 32 | F | 26 | 3B | 40 |
| Octal | 332 | 263 | 156 | 0 | 22 | 62 | 17 | 46 | 73 | 100 |
| Binary | 11011010 | 10110011 | 1101110 | 0 | 10010 | 110010 | 1111 | 100110 | 111011 | 1000000 |
Color Harmonies of #DAB36E
Complementary color
Monochromatic Colors of #DAB36E
Black with #DAB36E
Text Example
Text Example
White with #DAB36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB36E; }
p { color: rgb(218,179,110); }
H1.HeaderClassName
{
color: #DAB36E;
}
.AnyTagClassName
{
color: #DAB36E;
}
</style>
background-color css
<style>
a { background-color: #DAB36E; }
a { background-color: rgb(218,179,110); }
div.DivClassName
{
background-color: #DAB36E;
}
.BgClassName
{
background-color: #DAB36E;
}
</style>
border-color css
<style>
span { border-color: #DAB36E; }
span { border-color: rgb(218,179,110); }
td.TdClassName
{
border-color: #DAB36E;
}
.TagClassName
{
border-color: #DAB36E;
}
</style>