Shades of Buttercup #DD902A
Tints of Buttercup #DD902A
RGB
CMYK
RGB Variations
Color information
#DD902A (or 0xDD902A) is known color: Buttercup. HEX triplet: DD, 90 and 2A. RGB value is (221,144,42). Sum of RGB (Red+Green+Blue) = 221+144+42=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD902A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD902A is #226FD5. Grayscale: #9B9B9B. Windows color (decimal): -2256854 or 2789597. OLE color: 2789597.
HSL color Cylindrical-coordinate representation of color #DD902A: hue angle of 34.19º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD902A is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 42 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.13 |
| HSL | 34.19º | 0.72% | 0.52% | - |
| HSV(B) | 34.19º | 0.81% | 0.87% | - |
| XYZ | 40.21 | 35.49 | 6.92 | - |
| YUV | 155.4 | 64.01 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 42 | 0 | 0.35 | 0.81 | 0.13 | 34.19 | 0.72 | 0.52 |
| Hex | DD | 90 | 2A | 0 | 23 | 51 | D | 22 | 48 | 34 |
| Octal | 335 | 220 | 52 | 0 | 43 | 121 | 15 | 42 | 110 | 64 |
| Binary | 11011101 | 10010000 | 101010 | 0 | 100011 | 1010001 | 1101 | 100010 | 1001000 | 110100 |
Color Harmonies of #DD902A
Complementary color
Monochromatic Colors of #DD902A
Black with #DD902A
Text Example
Text Example
White with #DD902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD902A; }
p { color: rgb(221,144,42); }
H1.HeaderClassName
{
color: #DD902A;
}
.AnyTagClassName
{
color: #DD902A;
}
</style>
background-color css
<style>
a { background-color: #DD902A; }
a { background-color: rgb(221,144,42); }
div.DivClassName
{
background-color: #DD902A;
}
.BgClassName
{
background-color: #DD902A;
}
</style>
border-color css
<style>
span { border-color: #DD902A; }
span { border-color: rgb(221,144,42); }
td.TdClassName
{
border-color: #DD902A;
}
.TagClassName
{
border-color: #DD902A;
}
</style>