#DD983D

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

Shades of Fire Bush #DD983D

Tints of Fire Bush #DD983D

Color information

#DD983D (or 0xDD983D) is unknown color: approx Fire Bush. HEX triplet: DD, 98 and 3D. RGB value is (221,152,61). Sum of RGB (Red+Green+Blue) = 221+152+61=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD983D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD983D is #2267C2. Grayscale: #A2A2A2. Windows color (decimal): -2254787 or 4036829. OLE color: 4036829.

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

Color convert

RGB22115261-
CMYK00.310.720.13
HSL34.12º70.18%55.29%-
HSV(B)34.12º72.4%86.67%-
XYZ41.8938.179.57-
YUV162.2670.86169.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.92%
GREEN value IS 152 (59.77% from 255) = 35.02%
BLUE value IS 61 (24.22% from 255) = 14.06%
R=50.92%
G=35.02%
B=14.06%

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
Decimal2211526100.310.720.1334.1270.1855.29
HexDD983D01F48D224637
Octal33523075037110154210667
Binary1101110110011000111101011111100100011011000101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD983D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD983D; }

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

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

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

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

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

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

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

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