Html Css Color HEX #DD993B Fire Bush

📋 copy color: '#DD993B'

red 221 ◦ green 153 ◦ blue 59

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

Shades of Fire Bush #DD993B

Tints of Fire Bush #DD993B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.33%

 BLUE value IS 59 (23.44% from 255) = 13.63%

R = 51.04%
G = 35.33%
B = 13.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD993B (or 0xDD993B) is known color: Fire Bush. HEX triplet: DD, 99 and 3B. RGB value is (221,153,59). Sum of RGB (Red+Green+Blue) = 221+153+59=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 59 (23.44% from 255 or 13.63% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD993B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD993B is #2266C4. Grayscale: #A3A3A3. Windows color (decimal): -2254533 or 3906013. OLE color: 3906013.

HSL color Cylindrical-coordinate representation of color #DD993B: hue angle of 34.81º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD993B is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 153 59 -
CMYK 0 0.31 0.73 0.13
HSL 34.81º 0.7% 0.55% -
HSV(B) 34.81º 0.73% 0.87% -
XYZ 42 38.47 9.35 -
YUV 162.62 69.53 169.64 -
System Red Green Blue C M Y K H S L
Decimal 221 153 59 0 0.31 0.73 0.13 34.81 0.7 0.55
Hex DD 99 3B 0 1F 49 D 23 46 37
Octal 335 231 73 0 37 111 15 43 106 67
Binary 11011101 10011001 111011 0 11111 1001001 1101 100011 1000110 110111

Color Harmonies of #DD993B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD993B

Black with #DD993B

Text Example


Text Example

White with #DD993B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD993B; }

 p { color: rgb(221,153,59); }

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

background-color css

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

 a { background-color: rgb(221,153,59); }

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

border-color css

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

 span { border-color: rgb(221,153,59); }

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