#DD993D

Color #DD993D Fire Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Bush #DD993D

Tints of Fire Bush #DD993D

Color information

#DD993D (or 0xDD993D) is unknown color: approx Fire Bush. HEX triplet: DD, 99 and 3D. RGB value is (221,153,61). Sum of RGB (Red+Green+Blue) = 221+153+61=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD993D is #2266C2. Grayscale: #A3A3A3. Windows color (decimal): -2254531 or 4037085. OLE color: 4037085.

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

Color convert

RGB22115361-
CMYK00.310.720.13
HSL34.5º70.18%55.29%-
HSV(B)34.5º72.4%86.67%-
XYZ42.0538.499.63-
YUV162.8470.53169.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.80%
GREEN value IS 153 (60.16% from 255) = 35.17%
BLUE value IS 61 (24.22% from 255) = 14.02%
R=50.80%
G=35.17%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211536100.310.720.1334.570.1855.29
HexDD993D01F48D224637
Octal33523175037110154210667
Binary1101110110011001111101011111100100011011000101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD993D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD993D; }

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

 H1.HeaderClassName
 {
   color: #DD993D;
 }
 .AnyTagClassName
 {
   color: #DD993D;
 }
</style>
background-color css

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

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

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

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

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

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