Shades of Buttercup #D29720
Tints of Buttercup #D29720
RGB
CMYK
RGB Variations
Color information
#D29720 (or 0xD29720) is known color: Buttercup. HEX triplet: D2, 97 and 20. RGB value is (210,151,32). Sum of RGB (Red+Green+Blue) = 210+151+32=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D29720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29720 is #2D68DF. Grayscale: #9B9B9B. Windows color (decimal): -2975968 or 2136018. OLE color: 2136018.
HSL color Cylindrical-coordinate representation of color #D29720: hue angle of 40.11º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D29720 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 32 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.18 |
| HSL | 40.11º | 0.74% | 0.47% | - |
| HSV(B) | 40.11º | 0.85% | 0.82% | - |
| XYZ | 37.91 | 35.94 | 6.31 | - |
| YUV | 155.08 | 58.55 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 32 | 0 | 0.28 | 0.85 | 0.18 | 40.11 | 0.74 | 0.47 |
| Hex | D2 | 97 | 20 | 0 | 1C | 55 | 12 | 28 | 4A | 2F |
| Octal | 322 | 227 | 40 | 0 | 34 | 125 | 22 | 50 | 112 | 57 |
| Binary | 11010010 | 10010111 | 100000 | 0 | 11100 | 1010101 | 10010 | 101000 | 1001010 | 101111 |
Color Harmonies of #D29720
Complementary color
Monochromatic Colors of #D29720
Black with #D29720
Text Example
Text Example
White with #D29720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29720; }
p { color: rgb(210,151,32); }
H1.HeaderClassName
{
color: #D29720;
}
.AnyTagClassName
{
color: #D29720;
}
</style>
background-color css
<style>
a { background-color: #D29720; }
a { background-color: rgb(210,151,32); }
div.DivClassName
{
background-color: #D29720;
}
.BgClassName
{
background-color: #D29720;
}
</style>
border-color css
<style>
span { border-color: #D29720; }
span { border-color: rgb(210,151,32); }
td.TdClassName
{
border-color: #D29720;
}
.TagClassName
{
border-color: #D29720;
}
</style>