Html Css Color HEX #DD9239 Fire Bush

📋 copy color: '#DD9239'

red 221 ◦ green 146 ◦ blue 57

#DD9239
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Bush #DD9239

Tints of Fire Bush #DD9239

RGB

 RED value IS 221 (86.72% from 255) = 52.12%

 GREEN value IS 146 (57.42% from 255) = 34.43%

 BLUE value IS 57 (22.66% from 255) = 13.44%

R = 52.12%
G = 34.43%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DD9239 (or 0xDD9239) is known color: Fire Bush. HEX triplet: DD, 92 and 39. RGB value is (221,146,57). Sum of RGB (Red+Green+Blue) = 221+146+57=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 57 (22.66% from 255 or 13.44% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9239 is #226DC6. Grayscale: #9E9E9E. Windows color (decimal): -2256327 or 3773149. OLE color: 3773149.

HSL color Cylindrical-coordinate representation of color #DD9239: hue angle of 32.56º 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 #DD9239 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 146 57 -
CMYK 0 0.34 0.74 0.13
HSL 32.56º 0.71% 0.55% -
HSV(B) 32.56º 0.74% 0.87% -
XYZ 40.84 36.23 8.71 -
YUV 158.28 70.85 172.74 -
System Red Green Blue C M Y K H S L
Decimal 221 146 57 0 0.34 0.74 0.13 32.56 0.71 0.55
Hex DD 92 39 0 22 4A D 21 47 37
Octal 335 222 71 0 42 112 15 41 107 67
Binary 11011101 10010010 111001 0 100010 1001010 1101 100001 1000111 110111

Color Harmonies of #DD9239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9239

Black with #DD9239

Text Example


Text Example

White with #DD9239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9239; }

 p { color: rgb(221,146,57); }

 H1.HeaderClassName
 {
   color: #DD9239;
 }
 .AnyTagClassName
 {
   color: #DD9239;
 }
</style>

background-color css

<style>
 a { background-color: #DD9239; }

 a { background-color: rgb(221,146,57); }

 div.DivClassName
 {
   background-color: #DD9239;
 }
 .BgClassName
 {
   background-color: #DD9239;
 }
</style>

border-color css

<style>
 span { border-color: #DD9239; }

 span { border-color: rgb(221,146,57); }

 td.TdClassName
 {
   border-color: #DD9239;
 }
 .TagClassName
 {
   border-color: #DD9239;
 }
</style>