Shades of Putty #DAB474
Tints of Putty #DAB474
RGB
CMYK
RGB Variations
Color information
#DAB474 (or 0xDAB474) is known color: Putty. HEX triplet: DA, B4 and 74. RGB value is (218,180,116). Sum of RGB (Red+Green+Blue) = 218+180+116=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB474 is #254B8B. Grayscale: #B8B8B8. Windows color (decimal): -2444172 or 7648474. OLE color: 7648474.
HSL color Cylindrical-coordinate representation of color #DAB474: hue angle of 37.65º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAB474 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 116 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.15 |
| HSL | 37.65º | 0.58% | 0.65% | - |
| HSV(B) | 37.65º | 0.47% | 0.85% | - |
| XYZ | 48.39 | 48.81 | 23.39 | - |
| YUV | 184.07 | 89.59 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 116 | 0 | 0.17 | 0.47 | 0.15 | 37.65 | 0.58 | 0.65 |
| Hex | DA | B4 | 74 | 0 | 11 | 2F | F | 26 | 3A | 41 |
| Octal | 332 | 264 | 164 | 0 | 21 | 57 | 17 | 46 | 72 | 101 |
| Binary | 11011010 | 10110100 | 1110100 | 0 | 10001 | 101111 | 1111 | 100110 | 111010 | 1000001 |
Color Harmonies of #DAB474
Complementary color
Monochromatic Colors of #DAB474
Black with #DAB474
Text Example
Text Example
White with #DAB474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB474; }
p { color: rgb(218,180,116); }
H1.HeaderClassName
{
color: #DAB474;
}
.AnyTagClassName
{
color: #DAB474;
}
</style>
background-color css
<style>
a { background-color: #DAB474; }
a { background-color: rgb(218,180,116); }
div.DivClassName
{
background-color: #DAB474;
}
.BgClassName
{
background-color: #DAB474;
}
</style>
border-color css
<style>
span { border-color: #DAB474; }
span { border-color: rgb(218,180,116); }
td.TdClassName
{
border-color: #DAB474;
}
.TagClassName
{
border-color: #DAB474;
}
</style>