Shades of Buttercup #D69A2F
Tints of Buttercup #D69A2F
RGB
CMYK
RGB Variations
Color information
#D69A2F (or 0xD69A2F) is known color: Buttercup. HEX triplet: D6, 9A and 2F. RGB value is (214,154,47). Sum of RGB (Red+Green+Blue) = 214+154+47=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69A2F is #2965D0. Grayscale: #A0A0A0. Windows color (decimal): -2713041 or 3119830. OLE color: 3119830.
HSL color Cylindrical-coordinate representation of color #D69A2F: hue angle of 38.44º 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 #D69A2F is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 154 | 47 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.16 |
| HSL | 38.44º | 0.67% | 0.51% | - |
| HSV(B) | 38.44º | 0.78% | 0.84% | - |
| XYZ | 39.8 | 37.61 | 7.85 | - |
| YUV | 159.74 | 64.38 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 154 | 47 | 0 | 0.28 | 0.78 | 0.16 | 38.44 | 0.67 | 0.51 |
| Hex | D6 | 9A | 2F | 0 | 1C | 4E | 10 | 26 | 43 | 33 |
| Octal | 326 | 232 | 57 | 0 | 34 | 116 | 20 | 46 | 103 | 63 |
| Binary | 11010110 | 10011010 | 101111 | 0 | 11100 | 1001110 | 10000 | 100110 | 1000011 | 110011 |
Color Harmonies of #D69A2F
Complementary color
Monochromatic Colors of #D69A2F
Black with #D69A2F
Text Example
Text Example
White with #D69A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69A2F; }
p { color: rgb(214,154,47); }
H1.HeaderClassName
{
color: #D69A2F;
}
.AnyTagClassName
{
color: #D69A2F;
}
</style>
background-color css
<style>
a { background-color: #D69A2F; }
a { background-color: rgb(214,154,47); }
div.DivClassName
{
background-color: #D69A2F;
}
.BgClassName
{
background-color: #D69A2F;
}
</style>
border-color css
<style>
span { border-color: #D69A2F; }
span { border-color: rgb(214,154,47); }
td.TdClassName
{
border-color: #D69A2F;
}
.TagClassName
{
border-color: #D69A2F;
}
</style>