Shades of Buttercup #DD8629
Tints of Buttercup #DD8629
RGB
CMYK
RGB Variations
Color information
#DD8629 (or 0xDD8629) is known color: Buttercup. HEX triplet: DD, 86 and 29. RGB value is (221,134,41). Sum of RGB (Red+Green+Blue) = 221+134+41=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 41 (16.41% from 255 or 10.35% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8629 is #2279D6. Grayscale: #959595. Windows color (decimal): -2259415 or 2721501. OLE color: 2721501.
HSL color Cylindrical-coordinate representation of color #DD8629: hue angle of 31º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD8629 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 41 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.13 |
| HSL | 31º | 0.73% | 0.51% | - |
| HSV(B) | 31º | 0.81% | 0.87% | - |
| XYZ | 38.74 | 32.58 | 6.34 | - |
| YUV | 149.41 | 66.82 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 41 | 0 | 0.39 | 0.81 | 0.13 | 31 | 0.73 | 0.51 |
| Hex | DD | 86 | 29 | 0 | 27 | 51 | D | 1F | 49 | 33 |
| Octal | 335 | 206 | 51 | 0 | 47 | 121 | 15 | 37 | 111 | 63 |
| Binary | 11011101 | 10000110 | 101001 | 0 | 100111 | 1010001 | 1101 | 11111 | 1001001 | 110011 |
Color Harmonies of #DD8629
Complementary color
Monochromatic Colors of #DD8629
Black with #DD8629
Text Example
Text Example
White with #DD8629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8629; }
p { color: rgb(221,134,41); }
H1.HeaderClassName
{
color: #DD8629;
}
.AnyTagClassName
{
color: #DD8629;
}
</style>
background-color css
<style>
a { background-color: #DD8629; }
a { background-color: rgb(221,134,41); }
div.DivClassName
{
background-color: #DD8629;
}
.BgClassName
{
background-color: #DD8629;
}
</style>
border-color css
<style>
span { border-color: #DD8629; }
span { border-color: rgb(221,134,41); }
td.TdClassName
{
border-color: #DD8629;
}
.TagClassName
{
border-color: #DD8629;
}
</style>