Shades of Buttercup #DD902D
Tints of Buttercup #DD902D
RGB
CMYK
RGB Variations
Color information
#DD902D (or 0xDD902D) is known color: Buttercup. HEX triplet: DD, 90 and 2D. RGB value is (221,144,45). Sum of RGB (Red+Green+Blue) = 221+144+45=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD902D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD902D is #226FD2. Grayscale: #9C9C9C. Windows color (decimal): -2256851 or 2986205. OLE color: 2986205.
HSL color Cylindrical-coordinate representation of color #DD902D: hue angle of 33.75º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD902D is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 45 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.13 |
| HSL | 33.75º | 0.72% | 0.52% | - |
| HSV(B) | 33.75º | 0.8% | 0.87% | - |
| XYZ | 40.27 | 35.51 | 7.21 | - |
| YUV | 155.74 | 65.51 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 45 | 0 | 0.35 | 0.80 | 0.13 | 33.75 | 0.72 | 0.52 |
| Hex | DD | 90 | 2D | 0 | 23 | 50 | D | 22 | 48 | 34 |
| Octal | 335 | 220 | 55 | 0 | 43 | 120 | 15 | 42 | 110 | 64 |
| Binary | 11011101 | 10010000 | 101101 | 0 | 100011 | 1010000 | 1101 | 100010 | 1001000 | 110100 |
Color Harmonies of #DD902D
Complementary color
Monochromatic Colors of #DD902D
Black with #DD902D
Text Example
Text Example
White with #DD902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD902D; }
p { color: rgb(221,144,45); }
H1.HeaderClassName
{
color: #DD902D;
}
.AnyTagClassName
{
color: #DD902D;
}
</style>
background-color css
<style>
a { background-color: #DD902D; }
a { background-color: rgb(221,144,45); }
div.DivClassName
{
background-color: #DD902D;
}
.BgClassName
{
background-color: #DD902D;
}
</style>
border-color css
<style>
span { border-color: #DD902D; }
span { border-color: rgb(221,144,45); }
td.TdClassName
{
border-color: #DD902D;
}
.TagClassName
{
border-color: #DD902D;
}
</style>