Shades of Buttercup #DD8723
Tints of Buttercup #DD8723
RGB
CMYK
RGB Variations
Color information
#DD8723 (or 0xDD8723) is known color: Buttercup. HEX triplet: DD, 87 and 23. RGB value is (221,135,35). Sum of RGB (Red+Green+Blue) = 221+135+35=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 35 (14.06% from 255 or 8.95% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8723 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8723 is #2278DC. Grayscale: #959595. Windows color (decimal): -2259165 or 2328541. OLE color: 2328541.
HSL color Cylindrical-coordinate representation of color #DD8723: hue angle of 32.26º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD8723 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 35 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.13 |
| HSL | 32.26º | 0.73% | 0.5% | - |
| HSV(B) | 32.26º | 0.84% | 0.87% | - |
| XYZ | 38.79 | 32.82 | 5.88 | - |
| YUV | 149.31 | 63.49 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 35 | 0 | 0.39 | 0.84 | 0.13 | 32.26 | 0.73 | 0.5 |
| Hex | DD | 87 | 23 | 0 | 27 | 54 | D | 20 | 49 | 32 |
| Octal | 335 | 207 | 43 | 0 | 47 | 124 | 15 | 40 | 111 | 62 |
| Binary | 11011101 | 10000111 | 100011 | 0 | 100111 | 1010100 | 1101 | 100000 | 1001001 | 110010 |
Color Harmonies of #DD8723
Complementary color
Monochromatic Colors of #DD8723
Black with #DD8723
Text Example
Text Example
White with #DD8723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8723; }
p { color: rgb(221,135,35); }
H1.HeaderClassName
{
color: #DD8723;
}
.AnyTagClassName
{
color: #DD8723;
}
</style>
background-color css
<style>
a { background-color: #DD8723; }
a { background-color: rgb(221,135,35); }
div.DivClassName
{
background-color: #DD8723;
}
.BgClassName
{
background-color: #DD8723;
}
</style>
border-color css
<style>
span { border-color: #DD8723; }
span { border-color: rgb(221,135,35); }
td.TdClassName
{
border-color: #DD8723;
}
.TagClassName
{
border-color: #DD8723;
}
</style>