Shades of Fire Bush #DD934A
Tints of Fire Bush #DD934A
RGB
CMYK
RGB Variations
Color information
#DD934A (or 0xDD934A) is known color: Fire Bush. HEX triplet: DD, 93 and 4A. RGB value is (221,147,74). Sum of RGB (Red+Green+Blue) = 221+147+74=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD934A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD934A is #226CB5. Grayscale: #A1A1A1. Windows color (decimal): -2256054 or 4887517. OLE color: 4887517.
HSL color Cylindrical-coordinate representation of color #DD934A: hue angle of 29.8º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD934A is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 74 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.13 |
| HSL | 29.8º | 0.68% | 0.58% | - |
| HSV(B) | 29.8º | 0.67% | 0.87% | - |
| XYZ | 41.49 | 36.73 | 11.38 | - |
| YUV | 160.8 | 79.02 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 74 | 0 | 0.33 | 0.67 | 0.13 | 29.8 | 0.68 | 0.58 |
| Hex | DD | 93 | 4A | 0 | 21 | 43 | D | 1E | 44 | 3A |
| Octal | 335 | 223 | 112 | 0 | 41 | 103 | 15 | 36 | 104 | 72 |
| Binary | 11011101 | 10010011 | 1001010 | 0 | 100001 | 1000011 | 1101 | 11110 | 1000100 | 111010 |
Color Harmonies of #DD934A
Complementary color
Monochromatic Colors of #DD934A
Black with #DD934A
Text Example
Text Example
White with #DD934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD934A; }
p { color: rgb(221,147,74); }
H1.HeaderClassName
{
color: #DD934A;
}
.AnyTagClassName
{
color: #DD934A;
}
</style>
background-color css
<style>
a { background-color: #DD934A; }
a { background-color: rgb(221,147,74); }
div.DivClassName
{
background-color: #DD934A;
}
.BgClassName
{
background-color: #DD934A;
}
</style>
border-color css
<style>
span { border-color: #DD934A; }
span { border-color: rgb(221,147,74); }
td.TdClassName
{
border-color: #DD934A;
}
.TagClassName
{
border-color: #DD934A;
}
</style>