Shades of Buttercup #D69921
Tints of Buttercup #D69921
RGB
CMYK
RGB Variations
Color information
#D69921 (or 0xD69921) is known color: Buttercup. HEX triplet: D6, 99 and 21. RGB value is (214,153,33). Sum of RGB (Red+Green+Blue) = 214+153+33=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D69921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69921 is #2966DE. Grayscale: #9E9E9E. Windows color (decimal): -2713311 or 2202070. OLE color: 2202070.
HSL color Cylindrical-coordinate representation of color #D69921: hue angle of 39.78º 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 #D69921 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 33 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.16 |
| HSL | 39.78º | 0.73% | 0.48% | - |
| HSV(B) | 39.78º | 0.85% | 0.84% | - |
| XYZ | 39.4 | 37.19 | 6.54 | - |
| YUV | 157.56 | 57.71 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 33 | 0 | 0.29 | 0.85 | 0.16 | 39.78 | 0.73 | 0.48 |
| Hex | D6 | 99 | 21 | 0 | 1D | 55 | 10 | 28 | 49 | 30 |
| Octal | 326 | 231 | 41 | 0 | 35 | 125 | 20 | 50 | 111 | 60 |
| Binary | 11010110 | 10011001 | 100001 | 0 | 11101 | 1010101 | 10000 | 101000 | 1001001 | 110000 |
Color Harmonies of #D69921
Complementary color
Monochromatic Colors of #D69921
Black with #D69921
Text Example
Text Example
White with #D69921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69921; }
p { color: rgb(214,153,33); }
H1.HeaderClassName
{
color: #D69921;
}
.AnyTagClassName
{
color: #D69921;
}
</style>
background-color css
<style>
a { background-color: #D69921; }
a { background-color: rgb(214,153,33); }
div.DivClassName
{
background-color: #D69921;
}
.BgClassName
{
background-color: #D69921;
}
</style>
border-color css
<style>
span { border-color: #D69921; }
span { border-color: rgb(214,153,33); }
td.TdClassName
{
border-color: #D69921;
}
.TagClassName
{
border-color: #D69921;
}
</style>