Shades of Buttercup #D0992B
Tints of Buttercup #D0992B
RGB
CMYK
RGB Variations
Color information
#D0992B (or 0xD0992B) is known color: Buttercup. HEX triplet: D0, 99 and 2B. RGB value is (208,153,43). Sum of RGB (Red+Green+Blue) = 208+153+43=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 43 (17.19% from 255 or 10.64% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0992B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0992B is #2F66D4. Grayscale: #9D9D9D. Windows color (decimal): -3106517 or 2857424. OLE color: 2857424.
HSL color Cylindrical-coordinate representation of color #D0992B: hue angle of 40º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0992B is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 43 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.18 |
| HSL | 40º | 0.66% | 0.49% | - |
| HSV(B) | 40º | 0.79% | 0.82% | - |
| XYZ | 37.84 | 36.37 | 7.31 | - |
| YUV | 156.91 | 63.72 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 43 | 0 | 0.26 | 0.79 | 0.18 | 40 | 0.66 | 0.49 |
| Hex | D0 | 99 | 2B | 0 | 1A | 4F | 12 | 28 | 42 | 31 |
| Octal | 320 | 231 | 53 | 0 | 32 | 117 | 22 | 50 | 102 | 61 |
| Binary | 11010000 | 10011001 | 101011 | 0 | 11010 | 1001111 | 10010 | 101000 | 1000010 | 110001 |
Color Harmonies of #D0992B
Complementary color
Monochromatic Colors of #D0992B
Black with #D0992B
Text Example
Text Example
White with #D0992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0992B; }
p { color: rgb(208,153,43); }
H1.HeaderClassName
{
color: #D0992B;
}
.AnyTagClassName
{
color: #D0992B;
}
</style>
background-color css
<style>
a { background-color: #D0992B; }
a { background-color: rgb(208,153,43); }
div.DivClassName
{
background-color: #D0992B;
}
.BgClassName
{
background-color: #D0992B;
}
</style>
border-color css
<style>
span { border-color: #D0992B; }
span { border-color: rgb(208,153,43); }
td.TdClassName
{
border-color: #D0992B;
}
.TagClassName
{
border-color: #D0992B;
}
</style>