#DD914A

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

Shades of Fire Bush #DD914A

Tints of Fire Bush #DD914A

Color information

#DD914A (or 0xDD914A) is unknown color: approx Fire Bush. HEX triplet: DD, 91 and 4A. RGB value is (221,145,74). Sum of RGB (Red+Green+Blue) = 221+145+74=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD914A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD914A is #226EB5. Grayscale: #9F9F9F. Windows color (decimal): -2256566 or 4887005. OLE color: 4887005.

HSL color Cylindrical-coordinate representation of color #DD914A: hue angle of 28.98º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD914A is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB22114574-
CMYK00.340.670.13
HSL28.98º68.37%57.84%-
HSV(B)28.98º66.52%86.67%-
XYZ41.1836.1211.28-
YUV159.6379.68171.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.23%
GREEN value IS 145 (57.03% from 255) = 32.95%
BLUE value IS 74 (29.30% from 255) = 16.82%
R=50.23%
G=32.95%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211457400.340.670.1328.9868.3757.84
HexDD914A02243D1d443a
Octal335221112042103153510472
Binary11011101100100011001010010001010000111101111011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD914A; }

 p { color: rgb(221,145,74); }

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

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

 a { background-color: rgb(221,145,74); }

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

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

 span { border-color: rgb(221,145,74); }

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