Shades of Putty #DAB275
Tints of Putty #DAB275
RGB
CMYK
RGB Variations
Color information
#DAB275 (or 0xDAB275) is known color: Putty. HEX triplet: DA, B2 and 75. RGB value is (218,178,117). Sum of RGB (Red+Green+Blue) = 218+178+117=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB275 is #254D8A. Grayscale: #B7B7B7. Windows color (decimal): -2444683 or 7713498. OLE color: 7713498.
HSL color Cylindrical-coordinate representation of color #DAB275: hue angle of 36.24º degrees, saturation: 0.58, 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 #DAB275 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 117 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.15 |
| HSL | 36.24º | 0.58% | 0.66% | - |
| HSV(B) | 36.24º | 0.46% | 0.85% | - |
| XYZ | 48.04 | 48.03 | 23.57 | - |
| YUV | 183.01 | 90.75 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 117 | 0 | 0.18 | 0.46 | 0.15 | 36.24 | 0.58 | 0.66 |
| Hex | DA | B2 | 75 | 0 | 12 | 2E | F | 24 | 3A | 42 |
| Octal | 332 | 262 | 165 | 0 | 22 | 56 | 17 | 44 | 72 | 102 |
| Binary | 11011010 | 10110010 | 1110101 | 0 | 10010 | 101110 | 1111 | 100100 | 111010 | 1000010 |
Color Harmonies of #DAB275
Complementary color
Monochromatic Colors of #DAB275
Black with #DAB275
Text Example
Text Example
White with #DAB275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB275; }
p { color: rgb(218,178,117); }
H1.HeaderClassName
{
color: #DAB275;
}
.AnyTagClassName
{
color: #DAB275;
}
</style>
background-color css
<style>
a { background-color: #DAB275; }
a { background-color: rgb(218,178,117); }
div.DivClassName
{
background-color: #DAB275;
}
.BgClassName
{
background-color: #DAB275;
}
</style>
border-color css
<style>
span { border-color: #DAB275; }
span { border-color: rgb(218,178,117); }
td.TdClassName
{
border-color: #DAB275;
}
.TagClassName
{
border-color: #DAB275;
}
</style>