Shades of Buttercup #D69429
Tints of Buttercup #D69429
RGB
CMYK
RGB Variations
Color information
#D69429 (or 0xD69429) is known color: Buttercup. HEX triplet: D6, 94 and 29. RGB value is (214,148,41). Sum of RGB (Red+Green+Blue) = 214+148+41=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D69429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69429 is #296BD6. Grayscale: #9C9C9C. Windows color (decimal): -2714583 or 2725078. OLE color: 2725078.
HSL color Cylindrical-coordinate representation of color #D69429: hue angle of 37.11º 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 #D69429 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 148 | 41 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.16 |
| HSL | 37.11º | 0.68% | 0.5% | - |
| HSV(B) | 37.11º | 0.81% | 0.84% | - |
| XYZ | 38.72 | 35.64 | 6.94 | - |
| YUV | 155.54 | 63.37 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 148 | 41 | 0 | 0.31 | 0.81 | 0.16 | 37.11 | 0.68 | 0.5 |
| Hex | D6 | 94 | 29 | 0 | 1F | 51 | 10 | 25 | 44 | 32 |
| Octal | 326 | 224 | 51 | 0 | 37 | 121 | 20 | 45 | 104 | 62 |
| Binary | 11010110 | 10010100 | 101001 | 0 | 11111 | 1010001 | 10000 | 100101 | 1000100 | 110010 |
Color Harmonies of #D69429
Complementary color
Monochromatic Colors of #D69429
Black with #D69429
Text Example
Text Example
White with #D69429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69429; }
p { color: rgb(214,148,41); }
H1.HeaderClassName
{
color: #D69429;
}
.AnyTagClassName
{
color: #D69429;
}
</style>
background-color css
<style>
a { background-color: #D69429; }
a { background-color: rgb(214,148,41); }
div.DivClassName
{
background-color: #D69429;
}
.BgClassName
{
background-color: #D69429;
}
</style>
border-color css
<style>
span { border-color: #D69429; }
span { border-color: rgb(214,148,41); }
td.TdClassName
{
border-color: #D69429;
}
.TagClassName
{
border-color: #D69429;
}
</style>