Shades of Fire Bush #DD934B
Tints of Fire Bush #DD934B
RGB
CMYK
RGB Variations
Color information
#DD934B (or 0xDD934B) is known color: Fire Bush. HEX triplet: DD, 93 and 4B. RGB value is (221,147,75). Sum of RGB (Red+Green+Blue) = 221+147+75=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD934B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD934B is #226CB4. Grayscale: #A1A1A1. Windows color (decimal): -2256053 or 4953053. OLE color: 4953053.
HSL color Cylindrical-coordinate representation of color #DD934B: hue angle of 29.59º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD934B is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 75 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.13 |
| HSL | 29.59º | 0.68% | 0.58% | - |
| HSV(B) | 29.59º | 0.66% | 0.87% | - |
| XYZ | 41.52 | 36.75 | 11.56 | - |
| YUV | 160.92 | 79.52 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 75 | 0 | 0.33 | 0.66 | 0.13 | 29.59 | 0.68 | 0.58 |
| Hex | DD | 93 | 4B | 0 | 21 | 42 | D | 1E | 44 | 3A |
| Octal | 335 | 223 | 113 | 0 | 41 | 102 | 15 | 36 | 104 | 72 |
| Binary | 11011101 | 10010011 | 1001011 | 0 | 100001 | 1000010 | 1101 | 11110 | 1000100 | 111010 |
Color Harmonies of #DD934B
Complementary color
Monochromatic Colors of #DD934B
Black with #DD934B
Text Example
Text Example
White with #DD934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD934B; }
p { color: rgb(221,147,75); }
H1.HeaderClassName
{
color: #DD934B;
}
.AnyTagClassName
{
color: #DD934B;
}
</style>
background-color css
<style>
a { background-color: #DD934B; }
a { background-color: rgb(221,147,75); }
div.DivClassName
{
background-color: #DD934B;
}
.BgClassName
{
background-color: #DD934B;
}
</style>
border-color css
<style>
span { border-color: #DD934B; }
span { border-color: rgb(221,147,75); }
td.TdClassName
{
border-color: #DD934B;
}
.TagClassName
{
border-color: #DD934B;
}
</style>