Shades of Buttercup #DA9A23
Tints of Buttercup #DA9A23
RGB
CMYK
RGB Variations
Color information
#DA9A23 (or 0xDA9A23) is known color: Buttercup. HEX triplet: DA, 9A and 23. RGB value is (218,154,35). Sum of RGB (Red+Green+Blue) = 218+154+35=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 35 (14.06% from 255 or 8.60% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9A23 is #2565DC. Grayscale: #A0A0A0. Windows color (decimal): -2450909 or 2333402. OLE color: 2333402.
HSL color Cylindrical-coordinate representation of color #DA9A23: hue angle of 39.02º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA9A23 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 35 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.15 |
| HSL | 39.02º | 0.72% | 0.5% | - |
| HSV(B) | 39.02º | 0.84% | 0.85% | - |
| XYZ | 40.77 | 38.14 | 6.8 | - |
| YUV | 159.57 | 57.7 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 35 | 0 | 0.29 | 0.84 | 0.15 | 39.02 | 0.72 | 0.5 |
| Hex | DA | 9A | 23 | 0 | 1D | 54 | F | 27 | 48 | 32 |
| Octal | 332 | 232 | 43 | 0 | 35 | 124 | 17 | 47 | 110 | 62 |
| Binary | 11011010 | 10011010 | 100011 | 0 | 11101 | 1010100 | 1111 | 100111 | 1001000 | 110010 |
Color Harmonies of #DA9A23
Complementary color
Monochromatic Colors of #DA9A23
Black with #DA9A23
Text Example
Text Example
White with #DA9A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A23; }
p { color: rgb(218,154,35); }
H1.HeaderClassName
{
color: #DA9A23;
}
.AnyTagClassName
{
color: #DA9A23;
}
</style>
background-color css
<style>
a { background-color: #DA9A23; }
a { background-color: rgb(218,154,35); }
div.DivClassName
{
background-color: #DA9A23;
}
.BgClassName
{
background-color: #DA9A23;
}
</style>
border-color css
<style>
span { border-color: #DA9A23; }
span { border-color: rgb(218,154,35); }
td.TdClassName
{
border-color: #DA9A23;
}
.TagClassName
{
border-color: #DA9A23;
}
</style>