Shades of Buttercup #D69628
Tints of Buttercup #D69628
RGB
CMYK
RGB Variations
Color information
#D69628 (or 0xD69628) is known color: Buttercup. HEX triplet: D6, 96 and 28. RGB value is (214,150,40). Sum of RGB (Red+Green+Blue) = 214+150+40=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D69628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69628 is #2969D7. Grayscale: #9D9D9D. Windows color (decimal): -2714072 or 2660054. OLE color: 2660054.
HSL color Cylindrical-coordinate representation of color #D69628: hue angle of 37.93º 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 #D69628 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 40 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.16 |
| HSL | 37.93º | 0.69% | 0.5% | - |
| HSV(B) | 37.93º | 0.81% | 0.84% | - |
| XYZ | 39.02 | 36.26 | 6.95 | - |
| YUV | 156.6 | 62.2 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 40 | 0 | 0.30 | 0.81 | 0.16 | 37.93 | 0.69 | 0.5 |
| Hex | D6 | 96 | 28 | 0 | 1E | 51 | 10 | 26 | 45 | 32 |
| Octal | 326 | 226 | 50 | 0 | 36 | 121 | 20 | 46 | 105 | 62 |
| Binary | 11010110 | 10010110 | 101000 | 0 | 11110 | 1010001 | 10000 | 100110 | 1000101 | 110010 |
Color Harmonies of #D69628
Complementary color
Monochromatic Colors of #D69628
Black with #D69628
Text Example
Text Example
White with #D69628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69628; }
p { color: rgb(214,150,40); }
H1.HeaderClassName
{
color: #D69628;
}
.AnyTagClassName
{
color: #D69628;
}
</style>
background-color css
<style>
a { background-color: #D69628; }
a { background-color: rgb(214,150,40); }
div.DivClassName
{
background-color: #D69628;
}
.BgClassName
{
background-color: #D69628;
}
</style>
border-color css
<style>
span { border-color: #D69628; }
span { border-color: rgb(214,150,40); }
td.TdClassName
{
border-color: #D69628;
}
.TagClassName
{
border-color: #D69628;
}
</style>