Shades of Buttercup #D69A29
Tints of Buttercup #D69A29
RGB
CMYK
RGB Variations
Color information
#D69A29 (or 0xD69A29) is known color: Buttercup. HEX triplet: D6, 9A and 29. RGB value is (214,154,41). Sum of RGB (Red+Green+Blue) = 214+154+41=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 41 (16.41% from 255 or 10.02% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69A29 is #2965D6. Grayscale: #9F9F9F. Windows color (decimal): -2713047 or 2726614. OLE color: 2726614.
HSL color Cylindrical-coordinate representation of color #D69A29: hue angle of 39.19º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D69A29 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 154 | 41 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.16 |
| HSL | 39.19º | 0.68% | 0.5% | - |
| HSV(B) | 39.19º | 0.81% | 0.84% | - |
| XYZ | 39.69 | 37.57 | 7.26 | - |
| YUV | 159.06 | 61.38 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 154 | 41 | 0 | 0.28 | 0.81 | 0.16 | 39.19 | 0.68 | 0.5 |
| Hex | D6 | 9A | 29 | 0 | 1C | 51 | 10 | 27 | 44 | 32 |
| Octal | 326 | 232 | 51 | 0 | 34 | 121 | 20 | 47 | 104 | 62 |
| Binary | 11010110 | 10011010 | 101001 | 0 | 11100 | 1010001 | 10000 | 100111 | 1000100 | 110010 |
Color Harmonies of #D69A29
Complementary color
Monochromatic Colors of #D69A29
Black with #D69A29
Text Example
Text Example
White with #D69A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69A29; }
p { color: rgb(214,154,41); }
H1.HeaderClassName
{
color: #D69A29;
}
.AnyTagClassName
{
color: #D69A29;
}
</style>
background-color css
<style>
a { background-color: #D69A29; }
a { background-color: rgb(214,154,41); }
div.DivClassName
{
background-color: #D69A29;
}
.BgClassName
{
background-color: #D69A29;
}
</style>
border-color css
<style>
span { border-color: #D69A29; }
span { border-color: rgb(214,154,41); }
td.TdClassName
{
border-color: #D69A29;
}
.TagClassName
{
border-color: #D69A29;
}
</style>