Shades of Buttercup #D99B23
Tints of Buttercup #D99B23
RGB
CMYK
RGB Variations
Color information
#D99B23 (or 0xD99B23) is known color: Buttercup. HEX triplet: D9, 9B and 23. RGB value is (217,155,35). Sum of RGB (Red+Green+Blue) = 217+155+35=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 35 (14.06% from 255 or 8.60% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99B23 is #2664DC. Grayscale: #A0A0A0. Windows color (decimal): -2516189 or 2333657. OLE color: 2333657.
HSL color Cylindrical-coordinate representation of color #D99B23: hue angle of 39.56º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D99B23 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 35 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.15 |
| HSL | 39.56º | 0.72% | 0.49% | - |
| HSV(B) | 39.56º | 0.84% | 0.85% | - |
| XYZ | 40.64 | 38.32 | 6.84 | - |
| YUV | 159.86 | 57.54 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 35 | 0 | 0.29 | 0.84 | 0.15 | 39.56 | 0.72 | 0.49 |
| Hex | D9 | 9B | 23 | 0 | 1D | 54 | F | 28 | 48 | 31 |
| Octal | 331 | 233 | 43 | 0 | 35 | 124 | 17 | 50 | 110 | 61 |
| Binary | 11011001 | 10011011 | 100011 | 0 | 11101 | 1010100 | 1111 | 101000 | 1001000 | 110001 |
Color Harmonies of #D99B23
Complementary color
Monochromatic Colors of #D99B23
Black with #D99B23
Text Example
Text Example
White with #D99B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99B23; }
p { color: rgb(217,155,35); }
H1.HeaderClassName
{
color: #D99B23;
}
.AnyTagClassName
{
color: #D99B23;
}
</style>
background-color css
<style>
a { background-color: #D99B23; }
a { background-color: rgb(217,155,35); }
div.DivClassName
{
background-color: #D99B23;
}
.BgClassName
{
background-color: #D99B23;
}
</style>
border-color css
<style>
span { border-color: #D99B23; }
span { border-color: rgb(217,155,35); }
td.TdClassName
{
border-color: #D99B23;
}
.TagClassName
{
border-color: #D99B23;
}
</style>