Shades of Putty #DAB26E
Tints of Putty #DAB26E
RGB
CMYK
RGB Variations
Color information
#DAB26E (or 0xDAB26E) is known color: Putty. HEX triplet: DA, B2 and 6E. RGB value is (218,178,110). Sum of RGB (Red+Green+Blue) = 218+178+110=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB26E is #254D91. Grayscale: #B6B6B6. Windows color (decimal): -2444690 or 7254746. OLE color: 7254746.
HSL color Cylindrical-coordinate representation of color #DAB26E: hue angle of 37.78º 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 #DAB26E is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 110 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.15 |
| HSL | 37.78º | 0.59% | 0.64% | - |
| HSV(B) | 37.78º | 0.5% | 0.85% | - |
| XYZ | 47.65 | 47.87 | 21.48 | - |
| YUV | 182.21 | 87.25 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 110 | 0 | 0.18 | 0.50 | 0.15 | 37.78 | 0.59 | 0.64 |
| Hex | DA | B2 | 6E | 0 | 12 | 32 | F | 26 | 3B | 40 |
| Octal | 332 | 262 | 156 | 0 | 22 | 62 | 17 | 46 | 73 | 100 |
| Binary | 11011010 | 10110010 | 1101110 | 0 | 10010 | 110010 | 1111 | 100110 | 111011 | 1000000 |
Color Harmonies of #DAB26E
Complementary color
Monochromatic Colors of #DAB26E
Black with #DAB26E
Text Example
Text Example
White with #DAB26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB26E; }
p { color: rgb(218,178,110); }
H1.HeaderClassName
{
color: #DAB26E;
}
.AnyTagClassName
{
color: #DAB26E;
}
</style>
background-color css
<style>
a { background-color: #DAB26E; }
a { background-color: rgb(218,178,110); }
div.DivClassName
{
background-color: #DAB26E;
}
.BgClassName
{
background-color: #DAB26E;
}
</style>
border-color css
<style>
span { border-color: #DAB26E; }
span { border-color: rgb(218,178,110); }
td.TdClassName
{
border-color: #DAB26E;
}
.TagClassName
{
border-color: #DAB26E;
}
</style>