#DDA141

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

Shades of Fire Bush #DDA141

Tints of Fire Bush #DDA141

Color information

#DDA141 (or 0xDDA141) is unknown color: approx Fire Bush. HEX triplet: DD, A1 and 41. RGB value is (221,161,65). Sum of RGB (Red+Green+Blue) = 221+161+65=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA141 is #225EBE. Grayscale: #A8A8A8. Windows color (decimal): -2252479 or 4301277. OLE color: 4301277.

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

Color convert

RGB22116165-
CMYK00.270.710.13
HSL36.92º69.64%56.08%-
HSV(B)36.92º70.59%86.67%-
XYZ43.5241.2410.67-
YUV16869.88165.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.44%
GREEN value IS 161 (63.28% from 255) = 36.02%
BLUE value IS 65 (25.78% from 255) = 14.54%
R=49.44%
G=36.02%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211616500.270.710.1336.9269.6456.08
HexDDA14101B47D254638
Octal335241101033107154510670
Binary11011101101000011000001011011100011111011001011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA141; }

 p { color: rgb(221,161,65); }

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

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

 a { background-color: rgb(221,161,65); }

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

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

 span { border-color: rgb(221,161,65); }

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