Shades of Fire Bush #DD973A
Tints of Fire Bush #DD973A
RGB
CMYK
RGB Variations
Color information
#DD973A (or 0xDD973A) is known color: Fire Bush. HEX triplet: DD, 97 and 3A. RGB value is (221,151,58). Sum of RGB (Red+Green+Blue) = 221+151+58=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD973A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD973A is #2268C5. Grayscale: #A1A1A1. Windows color (decimal): -2255046 or 3839965. OLE color: 3839965.
HSL color Cylindrical-coordinate representation of color #DD973A: hue angle of 34.23º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD973A is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 58 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.13 |
| HSL | 34.23º | 0.71% | 0.55% | - |
| HSV(B) | 34.23º | 0.74% | 0.87% | - |
| XYZ | 41.65 | 37.81 | 9.11 | - |
| YUV | 161.33 | 69.69 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 58 | 0 | 0.32 | 0.74 | 0.13 | 34.23 | 0.71 | 0.55 |
| Hex | DD | 97 | 3A | 0 | 20 | 4A | D | 22 | 47 | 37 |
| Octal | 335 | 227 | 72 | 0 | 40 | 112 | 15 | 42 | 107 | 67 |
| Binary | 11011101 | 10010111 | 111010 | 0 | 100000 | 1001010 | 1101 | 100010 | 1000111 | 110111 |
Color Harmonies of #DD973A
Complementary color
Monochromatic Colors of #DD973A
Black with #DD973A
Text Example
Text Example
White with #DD973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD973A; }
p { color: rgb(221,151,58); }
H1.HeaderClassName
{
color: #DD973A;
}
.AnyTagClassName
{
color: #DD973A;
}
</style>
background-color css
<style>
a { background-color: #DD973A; }
a { background-color: rgb(221,151,58); }
div.DivClassName
{
background-color: #DD973A;
}
.BgClassName
{
background-color: #DD973A;
}
</style>
border-color css
<style>
span { border-color: #DD973A; }
span { border-color: rgb(221,151,58); }
td.TdClassName
{
border-color: #DD973A;
}
.TagClassName
{
border-color: #DD973A;
}
</style>