Shades of Buttercup #DA902A
Tints of Buttercup #DA902A
RGB
CMYK
RGB Variations
Color information
#DA902A (or 0xDA902A) is known color: Buttercup. HEX triplet: DA, 90 and 2A. RGB value is (218,144,42). Sum of RGB (Red+Green+Blue) = 218+144+42=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA902A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA902A is #256FD5. Grayscale: #9A9A9A. Windows color (decimal): -2453462 or 2789594. OLE color: 2789594.
HSL color Cylindrical-coordinate representation of color #DA902A: hue angle of 34.77º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA902A is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 42 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.15 |
| HSL | 34.77º | 0.7% | 0.51% | - |
| HSV(B) | 34.77º | 0.81% | 0.85% | - |
| XYZ | 39.3 | 35.02 | 6.88 | - |
| YUV | 154.5 | 64.52 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 42 | 0 | 0.34 | 0.81 | 0.15 | 34.77 | 0.7 | 0.51 |
| Hex | DA | 90 | 2A | 0 | 22 | 51 | F | 23 | 46 | 33 |
| Octal | 332 | 220 | 52 | 0 | 42 | 121 | 17 | 43 | 106 | 63 |
| Binary | 11011010 | 10010000 | 101010 | 0 | 100010 | 1010001 | 1111 | 100011 | 1000110 | 110011 |
Color Harmonies of #DA902A
Complementary color
Monochromatic Colors of #DA902A
Black with #DA902A
Text Example
Text Example
White with #DA902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA902A; }
p { color: rgb(218,144,42); }
H1.HeaderClassName
{
color: #DA902A;
}
.AnyTagClassName
{
color: #DA902A;
}
</style>
background-color css
<style>
a { background-color: #DA902A; }
a { background-color: rgb(218,144,42); }
div.DivClassName
{
background-color: #DA902A;
}
.BgClassName
{
background-color: #DA902A;
}
</style>
border-color css
<style>
span { border-color: #DA902A; }
span { border-color: rgb(218,144,42); }
td.TdClassName
{
border-color: #DA902A;
}
.TagClassName
{
border-color: #DA902A;
}
</style>