Shades of Buttercup #D69521
Tints of Buttercup #D69521
RGB
CMYK
RGB Variations
Color information
#D69521 (or 0xD69521) is known color: Buttercup. HEX triplet: D6, 95 and 21. RGB value is (214,149,33). Sum of RGB (Red+Green+Blue) = 214+149+33=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D69521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69521 is #296ADE. Grayscale: #9B9B9B. Windows color (decimal): -2714335 or 2201046. OLE color: 2201046.
HSL color Cylindrical-coordinate representation of color #D69521: hue angle of 38.45º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D69521 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 33 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.16 |
| HSL | 38.45º | 0.73% | 0.48% | - |
| HSV(B) | 38.45º | 0.85% | 0.84% | - |
| XYZ | 38.75 | 35.9 | 6.33 | - |
| YUV | 155.21 | 59.03 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 33 | 0 | 0.30 | 0.85 | 0.16 | 38.45 | 0.73 | 0.48 |
| Hex | D6 | 95 | 21 | 0 | 1E | 55 | 10 | 26 | 49 | 30 |
| Octal | 326 | 225 | 41 | 0 | 36 | 125 | 20 | 46 | 111 | 60 |
| Binary | 11010110 | 10010101 | 100001 | 0 | 11110 | 1010101 | 10000 | 100110 | 1001001 | 110000 |
Color Harmonies of #D69521
Complementary color
Monochromatic Colors of #D69521
Black with #D69521
Text Example
Text Example
White with #D69521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69521; }
p { color: rgb(214,149,33); }
H1.HeaderClassName
{
color: #D69521;
}
.AnyTagClassName
{
color: #D69521;
}
</style>
background-color css
<style>
a { background-color: #D69521; }
a { background-color: rgb(214,149,33); }
div.DivClassName
{
background-color: #D69521;
}
.BgClassName
{
background-color: #D69521;
}
</style>
border-color css
<style>
span { border-color: #D69521; }
span { border-color: rgb(214,149,33); }
td.TdClassName
{
border-color: #D69521;
}
.TagClassName
{
border-color: #D69521;
}
</style>