Shades of Buttercup #D69A30
Tints of Buttercup #D69A30
RGB
CMYK
RGB Variations
Color information
#D69A30 (or 0xD69A30) is known color: Buttercup. HEX triplet: D6, 9A and 30. RGB value is (214,154,48). Sum of RGB (Red+Green+Blue) = 214+154+48=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69A30 is #2965CF. Grayscale: #A0A0A0. Windows color (decimal): -2713040 or 3185366. OLE color: 3185366.
HSL color Cylindrical-coordinate representation of color #D69A30: hue angle of 38.31º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D69A30 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 154 | 48 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.16 |
| HSL | 38.31º | 0.67% | 0.51% | - |
| HSV(B) | 38.31º | 0.78% | 0.84% | - |
| XYZ | 39.82 | 37.62 | 7.96 | - |
| YUV | 159.86 | 64.88 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 154 | 48 | 0 | 0.28 | 0.78 | 0.16 | 38.31 | 0.67 | 0.51 |
| Hex | D6 | 9A | 30 | 0 | 1C | 4E | 10 | 26 | 43 | 33 |
| Octal | 326 | 232 | 60 | 0 | 34 | 116 | 20 | 46 | 103 | 63 |
| Binary | 11010110 | 10011010 | 110000 | 0 | 11100 | 1001110 | 10000 | 100110 | 1000011 | 110011 |
Color Harmonies of #D69A30
Complementary color
Monochromatic Colors of #D69A30
Black with #D69A30
Text Example
Text Example
White with #D69A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69A30; }
p { color: rgb(214,154,48); }
H1.HeaderClassName
{
color: #D69A30;
}
.AnyTagClassName
{
color: #D69A30;
}
</style>
background-color css
<style>
a { background-color: #D69A30; }
a { background-color: rgb(214,154,48); }
div.DivClassName
{
background-color: #D69A30;
}
.BgClassName
{
background-color: #D69A30;
}
</style>
border-color css
<style>
span { border-color: #D69A30; }
span { border-color: rgb(214,154,48); }
td.TdClassName
{
border-color: #D69A30;
}
.TagClassName
{
border-color: #D69A30;
}
</style>