Shades of Buttercup #D09328
Tints of Buttercup #D09328
RGB
CMYK
RGB Variations
Color information
#D09328 (or 0xD09328) is known color: Buttercup. HEX triplet: D0, 93 and 28. RGB value is (208,147,40). Sum of RGB (Red+Green+Blue) = 208+147+40=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D09328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09328 is #2F6CD7. Grayscale: #999999. Windows color (decimal): -3108056 or 2659280. OLE color: 2659280.
HSL color Cylindrical-coordinate representation of color #D09328: hue angle of 38.21º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D09328 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 40 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.18 |
| HSL | 38.21º | 0.68% | 0.49% | - |
| HSV(B) | 38.21º | 0.81% | 0.82% | - |
| XYZ | 36.83 | 34.43 | 6.71 | - |
| YUV | 153.04 | 64.21 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 40 | 0 | 0.29 | 0.81 | 0.18 | 38.21 | 0.68 | 0.49 |
| Hex | D0 | 93 | 28 | 0 | 1D | 51 | 12 | 26 | 44 | 31 |
| Octal | 320 | 223 | 50 | 0 | 35 | 121 | 22 | 46 | 104 | 61 |
| Binary | 11010000 | 10010011 | 101000 | 0 | 11101 | 1010001 | 10010 | 100110 | 1000100 | 110001 |
Color Harmonies of #D09328
Complementary color
Monochromatic Colors of #D09328
Black with #D09328
Text Example
Text Example
White with #D09328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09328; }
p { color: rgb(208,147,40); }
H1.HeaderClassName
{
color: #D09328;
}
.AnyTagClassName
{
color: #D09328;
}
</style>
background-color css
<style>
a { background-color: #D09328; }
a { background-color: rgb(208,147,40); }
div.DivClassName
{
background-color: #D09328;
}
.BgClassName
{
background-color: #D09328;
}
</style>
border-color css
<style>
span { border-color: #D09328; }
span { border-color: rgb(208,147,40); }
td.TdClassName
{
border-color: #D09328;
}
.TagClassName
{
border-color: #D09328;
}
</style>