Shades of Buttercup #D69D28
Tints of Buttercup #D69D28
RGB
CMYK
RGB Variations
Color information
#D69D28 (or 0xD69D28) is known color: Buttercup. HEX triplet: D6, 9D and 28. RGB value is (214,157,40). Sum of RGB (Red+Green+Blue) = 214+157+40=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69D28 is #2962D7. Grayscale: #A1A1A1. Windows color (decimal): -2712280 or 2661846. OLE color: 2661846.
HSL color Cylindrical-coordinate representation of color #D69D28: hue angle of 40.34º degrees, saturation: 0.69, 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 #D69D28 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 157 | 40 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.16 |
| HSL | 40.34º | 0.69% | 0.5% | - |
| HSV(B) | 40.34º | 0.81% | 0.84% | - |
| XYZ | 40.17 | 38.56 | 7.33 | - |
| YUV | 160.71 | 59.88 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 157 | 40 | 0 | 0.27 | 0.81 | 0.16 | 40.34 | 0.69 | 0.5 |
| Hex | D6 | 9D | 28 | 0 | 1B | 51 | 10 | 28 | 45 | 32 |
| Octal | 326 | 235 | 50 | 0 | 33 | 121 | 20 | 50 | 105 | 62 |
| Binary | 11010110 | 10011101 | 101000 | 0 | 11011 | 1010001 | 10000 | 101000 | 1000101 | 110010 |
Color Harmonies of #D69D28
Complementary color
Monochromatic Colors of #D69D28
Black with #D69D28
Text Example
Text Example
White with #D69D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69D28; }
p { color: rgb(214,157,40); }
H1.HeaderClassName
{
color: #D69D28;
}
.AnyTagClassName
{
color: #D69D28;
}
</style>
background-color css
<style>
a { background-color: #D69D28; }
a { background-color: rgb(214,157,40); }
div.DivClassName
{
background-color: #D69D28;
}
.BgClassName
{
background-color: #D69D28;
}
</style>
border-color css
<style>
span { border-color: #D69D28; }
span { border-color: rgb(214,157,40); }
td.TdClassName
{
border-color: #D69D28;
}
.TagClassName
{
border-color: #D69D28;
}
</style>