Shades of Buttercup #D69220
Tints of Buttercup #D69220
RGB
CMYK
RGB Variations
Color information
#D69220 (or 0xD69220) is known color: Buttercup. HEX triplet: D6, 92 and 20. RGB value is (214,146,32). Sum of RGB (Red+Green+Blue) = 214+146+32=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D69220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69220 is #296DDF. Grayscale: #999999. Windows color (decimal): -2715104 or 2134742. OLE color: 2134742.
HSL color Cylindrical-coordinate representation of color #D69220: hue angle of 37.58º degrees, saturation: 0.74, 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 #D69220 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 32 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.16 |
| HSL | 37.58º | 0.74% | 0.48% | - |
| HSV(B) | 37.58º | 0.85% | 0.84% | - |
| XYZ | 38.27 | 34.96 | 6.1 | - |
| YUV | 153.34 | 59.53 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 32 | 0 | 0.32 | 0.85 | 0.16 | 37.58 | 0.74 | 0.48 |
| Hex | D6 | 92 | 20 | 0 | 20 | 55 | 10 | 26 | 4A | 30 |
| Octal | 326 | 222 | 40 | 0 | 40 | 125 | 20 | 46 | 112 | 60 |
| Binary | 11010110 | 10010010 | 100000 | 0 | 100000 | 1010101 | 10000 | 100110 | 1001010 | 110000 |
Color Harmonies of #D69220
Complementary color
Monochromatic Colors of #D69220
Black with #D69220
Text Example
Text Example
White with #D69220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69220; }
p { color: rgb(214,146,32); }
H1.HeaderClassName
{
color: #D69220;
}
.AnyTagClassName
{
color: #D69220;
}
</style>
background-color css
<style>
a { background-color: #D69220; }
a { background-color: rgb(214,146,32); }
div.DivClassName
{
background-color: #D69220;
}
.BgClassName
{
background-color: #D69220;
}
</style>
border-color css
<style>
span { border-color: #D69220; }
span { border-color: rgb(214,146,32); }
td.TdClassName
{
border-color: #D69220;
}
.TagClassName
{
border-color: #D69220;
}
</style>