Shades of Buttercup #DD8F1B
Tints of Buttercup #DD8F1B
RGB
CMYK
RGB Variations
Color information
#DD8F1B (or 0xDD8F1B) is known color: Buttercup. HEX triplet: DD, 8F and 1B. RGB value is (221,143,27). Sum of RGB (Red+Green+Blue) = 221+143+27=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8F1B is #2270E4. Grayscale: #999999. Windows color (decimal): -2257125 or 1806301. OLE color: 1806301.
HSL color Cylindrical-coordinate representation of color #DD8F1B: hue angle of 35.88º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD8F1B is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 143 | 27 | - |
CMYK | 0 | 0.35 | 0.88 | 0.13 |
HSL | 35.88º | 0.78% | 0.49% | - |
HSV(B) | 35.88º | 0.88% | 0.87% | - |
XYZ | 39.84 | 35.1 | 5.71 | - |
YUV | 153.1 | 56.84 | 176.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 143 | 27 | 0 | 0.35 | 0.88 | 0.13 | 35.88 | 0.78 | 0.49 |
Hex | DD | 8F | 1B | 0 | 23 | 58 | D | 24 | 4E | 31 |
Octal | 335 | 217 | 33 | 0 | 43 | 130 | 15 | 44 | 116 | 61 |
Binary | 11011101 | 10001111 | 11011 | 0 | 100011 | 1011000 | 1101 | 100100 | 1001110 | 110001 |
Color Harmonies of #DD8F1B
Complementary color
Monochromatic Colors of #DD8F1B
Black with #DD8F1B
Text Example
Text Example
White with #DD8F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F1B; }
p { color: rgb(221,143,27); }
H1.HeaderClassName
{
color: #DD8F1B;
}
.AnyTagClassName
{
color: #DD8F1B;
}
</style>
background-color css
<style>
a { background-color: #DD8F1B; }
a { background-color: rgb(221,143,27); }
div.DivClassName
{
background-color: #DD8F1B;
}
.BgClassName
{
background-color: #DD8F1B;
}
</style>
border-color css
<style>
span { border-color: #DD8F1B; }
span { border-color: rgb(221,143,27); }
td.TdClassName
{
border-color: #DD8F1B;
}
.TagClassName
{
border-color: #DD8F1B;
}
</style>