Shades of Buttercup #DD8A1A
Tints of Buttercup #DD8A1A
RGB
CMYK
RGB Variations
Color information
#DD8A1A (or 0xDD8A1A) is known color: Buttercup. HEX triplet: DD, 8A and 1A. RGB value is (221,138,26). Sum of RGB (Red+Green+Blue) = 221+138+26=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8A1A is #2275E5. Grayscale: #969696. Windows color (decimal): -2258406 or 1739485. OLE color: 1739485.
HSL color Cylindrical-coordinate representation of color #DD8A1A: hue angle of 34.46º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD8A1A is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 26 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.13 |
| HSL | 34.46º | 0.79% | 0.48% | - |
| HSV(B) | 34.46º | 0.88% | 0.87% | - |
| XYZ | 39.09 | 33.62 | 5.41 | - |
| YUV | 150.05 | 58 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 26 | 0 | 0.38 | 0.88 | 0.13 | 34.46 | 0.79 | 0.48 |
| Hex | DD | 8A | 1A | 0 | 26 | 58 | D | 22 | 4F | 30 |
| Octal | 335 | 212 | 32 | 0 | 46 | 130 | 15 | 42 | 117 | 60 |
| Binary | 11011101 | 10001010 | 11010 | 0 | 100110 | 1011000 | 1101 | 100010 | 1001111 | 110000 |
Color Harmonies of #DD8A1A
Complementary color
Monochromatic Colors of #DD8A1A
Black with #DD8A1A
Text Example
Text Example
White with #DD8A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A1A; }
p { color: rgb(221,138,26); }
H1.HeaderClassName
{
color: #DD8A1A;
}
.AnyTagClassName
{
color: #DD8A1A;
}
</style>
background-color css
<style>
a { background-color: #DD8A1A; }
a { background-color: rgb(221,138,26); }
div.DivClassName
{
background-color: #DD8A1A;
}
.BgClassName
{
background-color: #DD8A1A;
}
</style>
border-color css
<style>
span { border-color: #DD8A1A; }
span { border-color: rgb(221,138,26); }
td.TdClassName
{
border-color: #DD8A1A;
}
.TagClassName
{
border-color: #DD8A1A;
}
</style>