Shades of Buttercup #D69328
Tints of Buttercup #D69328
RGB
CMYK
RGB Variations
Color information
#D69328 (or 0xD69328) is known color: Buttercup. HEX triplet: D6, 93 and 28. RGB value is (214,147,40). Sum of RGB (Red+Green+Blue) = 214+147+40=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D69328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69328 is #296CD7. Grayscale: #9B9B9B. Windows color (decimal): -2714840 or 2659286. OLE color: 2659286.
HSL color Cylindrical-coordinate representation of color #D69328: hue angle of 36.9º 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 #D69328 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 147 | 40 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.16 |
| HSL | 36.9º | 0.69% | 0.5% | - |
| HSV(B) | 36.9º | 0.81% | 0.84% | - |
| XYZ | 38.55 | 35.32 | 6.79 | - |
| YUV | 154.84 | 63.2 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 147 | 40 | 0 | 0.31 | 0.81 | 0.16 | 36.9 | 0.69 | 0.5 |
| Hex | D6 | 93 | 28 | 0 | 1F | 51 | 10 | 25 | 45 | 32 |
| Octal | 326 | 223 | 50 | 0 | 37 | 121 | 20 | 45 | 105 | 62 |
| Binary | 11010110 | 10010011 | 101000 | 0 | 11111 | 1010001 | 10000 | 100101 | 1000101 | 110010 |
Color Harmonies of #D69328
Complementary color
Monochromatic Colors of #D69328
Black with #D69328
Text Example
Text Example
White with #D69328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69328; }
p { color: rgb(214,147,40); }
H1.HeaderClassName
{
color: #D69328;
}
.AnyTagClassName
{
color: #D69328;
}
</style>
background-color css
<style>
a { background-color: #D69328; }
a { background-color: rgb(214,147,40); }
div.DivClassName
{
background-color: #D69328;
}
.BgClassName
{
background-color: #D69328;
}
</style>
border-color css
<style>
span { border-color: #D69328; }
span { border-color: rgb(214,147,40); }
td.TdClassName
{
border-color: #D69328;
}
.TagClassName
{
border-color: #D69328;
}
</style>