Shades of Buttercup #D29B2A
Tints of Buttercup #D29B2A
RGB
CMYK
RGB Variations
Color information
#D29B2A (or 0xD29B2A) is known color: Buttercup. HEX triplet: D2, 9B and 2A. RGB value is (210,155,42). Sum of RGB (Red+Green+Blue) = 210+155+42=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29B2A is #2D64D5. Grayscale: #9F9F9F. Windows color (decimal): -2974934 or 2792402. OLE color: 2792402.
HSL color Cylindrical-coordinate representation of color #D29B2A: hue angle of 40.36º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D29B2A is Cyan = 0, Magento = 0.26, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 42 | - |
| CMYK | 0 | 0.26 | 0.8 | 0.18 |
| HSL | 40.36º | 0.67% | 0.49% | - |
| HSV(B) | 40.36º | 0.8% | 0.82% | - |
| XYZ | 38.72 | 37.31 | 7.35 | - |
| YUV | 158.56 | 62.22 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 42 | 0 | 0.26 | 0.8 | 0.18 | 40.36 | 0.67 | 0.49 |
| Hex | D2 | 9B | 2A | 0 | 1A | 50 | 12 | 28 | 43 | 31 |
| Octal | 322 | 233 | 52 | 0 | 32 | 120 | 22 | 50 | 103 | 61 |
| Binary | 11010010 | 10011011 | 101010 | 0 | 11010 | 1010000 | 10010 | 101000 | 1000011 | 110001 |
Color Harmonies of #D29B2A
Complementary color
Monochromatic Colors of #D29B2A
Black with #D29B2A
Text Example
Text Example
White with #D29B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29B2A; }
p { color: rgb(210,155,42); }
H1.HeaderClassName
{
color: #D29B2A;
}
.AnyTagClassName
{
color: #D29B2A;
}
</style>
background-color css
<style>
a { background-color: #D29B2A; }
a { background-color: rgb(210,155,42); }
div.DivClassName
{
background-color: #D29B2A;
}
.BgClassName
{
background-color: #D29B2A;
}
</style>
border-color css
<style>
span { border-color: #D29B2A; }
span { border-color: rgb(210,155,42); }
td.TdClassName
{
border-color: #D29B2A;
}
.TagClassName
{
border-color: #D29B2A;
}
</style>