Shades of Buttercup #D69A1F
Tints of Buttercup #D69A1F
RGB
CMYK
RGB Variations
Color information
#D69A1F (or 0xD69A1F) is known color: Buttercup. HEX triplet: D6, 9A and 1F. RGB value is (214,154,31). Sum of RGB (Red+Green+Blue) = 214+154+31=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 31 (12.5% from 255 or 7.77% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69A1F is #2965E0. Grayscale: #9E9E9E. Windows color (decimal): -2713057 or 2071254. OLE color: 2071254.
HSL color Cylindrical-coordinate representation of color #D69A1F: hue angle of 40.33º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D69A1F is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 154 | 31 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.16 |
| HSL | 40.33º | 0.75% | 0.48% | - |
| HSV(B) | 40.33º | 0.86% | 0.84% | - |
| XYZ | 39.53 | 37.51 | 6.45 | - |
| YUV | 157.92 | 56.38 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 154 | 31 | 0 | 0.28 | 0.86 | 0.16 | 40.33 | 0.75 | 0.48 |
| Hex | D6 | 9A | 1F | 0 | 1C | 56 | 10 | 28 | 4B | 30 |
| Octal | 326 | 232 | 37 | 0 | 34 | 126 | 20 | 50 | 113 | 60 |
| Binary | 11010110 | 10011010 | 11111 | 0 | 11100 | 1010110 | 10000 | 101000 | 1001011 | 110000 |
Color Harmonies of #D69A1F
Complementary color
Monochromatic Colors of #D69A1F
Black with #D69A1F
Text Example
Text Example
White with #D69A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69A1F; }
p { color: rgb(214,154,31); }
H1.HeaderClassName
{
color: #D69A1F;
}
.AnyTagClassName
{
color: #D69A1F;
}
</style>
background-color css
<style>
a { background-color: #D69A1F; }
a { background-color: rgb(214,154,31); }
div.DivClassName
{
background-color: #D69A1F;
}
.BgClassName
{
background-color: #D69A1F;
}
</style>
border-color css
<style>
span { border-color: #D69A1F; }
span { border-color: rgb(214,154,31); }
td.TdClassName
{
border-color: #D69A1F;
}
.TagClassName
{
border-color: #D69A1F;
}
</style>