Shades of Buttercup #DA972A
Tints of Buttercup #DA972A
RGB
CMYK
RGB Variations
Color information
#DA972A (or 0xDA972A) is known color: Buttercup. HEX triplet: DA, 97 and 2A. RGB value is (218,151,42). Sum of RGB (Red+Green+Blue) = 218+151+42=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 42 (16.80% from 255 or 10.22% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA972A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA972A is #2568D5. Grayscale: #9F9F9F. Windows color (decimal): -2451670 or 2791386. OLE color: 2791386.
HSL color Cylindrical-coordinate representation of color #DA972A: hue angle of 37.16º 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 #DA972A is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 151 | 42 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.15 |
| HSL | 37.16º | 0.7% | 0.51% | - |
| HSV(B) | 37.16º | 0.81% | 0.85% | - |
| XYZ | 40.4 | 37.21 | 7.24 | - |
| YUV | 158.61 | 62.2 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 151 | 42 | 0 | 0.31 | 0.81 | 0.15 | 37.16 | 0.7 | 0.51 |
| Hex | DA | 97 | 2A | 0 | 1F | 51 | F | 25 | 46 | 33 |
| Octal | 332 | 227 | 52 | 0 | 37 | 121 | 17 | 45 | 106 | 63 |
| Binary | 11011010 | 10010111 | 101010 | 0 | 11111 | 1010001 | 1111 | 100101 | 1000110 | 110011 |
Color Harmonies of #DA972A
Complementary color
Monochromatic Colors of #DA972A
Black with #DA972A
Text Example
Text Example
White with #DA972A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA972A; }
p { color: rgb(218,151,42); }
H1.HeaderClassName
{
color: #DA972A;
}
.AnyTagClassName
{
color: #DA972A;
}
</style>
background-color css
<style>
a { background-color: #DA972A; }
a { background-color: rgb(218,151,42); }
div.DivClassName
{
background-color: #DA972A;
}
.BgClassName
{
background-color: #DA972A;
}
</style>
border-color css
<style>
span { border-color: #DA972A; }
span { border-color: rgb(218,151,42); }
td.TdClassName
{
border-color: #DA972A;
}
.TagClassName
{
border-color: #DA972A;
}
</style>