Shades of Buttercup #D29925
Tints of Buttercup #D29925
RGB
CMYK
RGB Variations
Color information
#D29925 (or 0xD29925) is known color: Buttercup. HEX triplet: D2, 99 and 25. RGB value is (210,153,37). Sum of RGB (Red+Green+Blue) = 210+153+37=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 37 (14.84% from 255 or 9.25% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D29925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29925 is #2D66DA. Grayscale: #9D9D9D. Windows color (decimal): -2975451 or 2464210. OLE color: 2464210.
HSL color Cylindrical-coordinate representation of color #D29925: hue angle of 40.23º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D29925 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 37 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.18 |
| HSL | 40.23º | 0.7% | 0.48% | - |
| HSV(B) | 40.23º | 0.82% | 0.82% | - |
| XYZ | 38.3 | 36.62 | 6.8 | - |
| YUV | 156.82 | 60.38 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 37 | 0 | 0.27 | 0.82 | 0.18 | 40.23 | 0.7 | 0.48 |
| Hex | D2 | 99 | 25 | 0 | 1B | 52 | 12 | 28 | 46 | 30 |
| Octal | 322 | 231 | 45 | 0 | 33 | 122 | 22 | 50 | 106 | 60 |
| Binary | 11010010 | 10011001 | 100101 | 0 | 11011 | 1010010 | 10010 | 101000 | 1000110 | 110000 |
Color Harmonies of #D29925
Complementary color
Monochromatic Colors of #D29925
Black with #D29925
Text Example
Text Example
White with #D29925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29925; }
p { color: rgb(210,153,37); }
H1.HeaderClassName
{
color: #D29925;
}
.AnyTagClassName
{
color: #D29925;
}
</style>
background-color css
<style>
a { background-color: #D29925; }
a { background-color: rgb(210,153,37); }
div.DivClassName
{
background-color: #D29925;
}
.BgClassName
{
background-color: #D29925;
}
</style>
border-color css
<style>
span { border-color: #D29925; }
span { border-color: rgb(210,153,37); }
td.TdClassName
{
border-color: #D29925;
}
.TagClassName
{
border-color: #D29925;
}
</style>