#DD8D40

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

Shades of Fire Bush #DD8D40

Tints of Fire Bush #DD8D40

Color information

#DD8D40 (or 0xDD8D40) is unknown color: approx Fire Bush. HEX triplet: DD, 8D and 40. RGB value is (221,141,64). Sum of RGB (Red+Green+Blue) = 221+141+64=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8D40 is #2272BF. Grayscale: #9C9C9C. Windows color (decimal): -2257600 or 4230621. OLE color: 4230621.

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

Color convert

RGB22114164-
CMYK00.360.710.13
HSL29.43º69.78%55.88%-
HSV(B)29.43º71.04%86.67%-
XYZ40.2734.799.44-
YUV156.1476174.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.88%
GREEN value IS 141 (55.47% from 255) = 33.10%
BLUE value IS 64 (25.39% from 255) = 15.02%
R=51.88%
G=33.10%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211416400.360.710.1329.4369.7855.88
HexDD8D4002447D1d4638
Octal335215100044107153510670
Binary11011101100011011000000010010010001111101111011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8D40; }

 p { color: rgb(221,141,64); }

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

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

 a { background-color: rgb(221,141,64); }

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

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

 span { border-color: rgb(221,141,64); }

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