#DDA142

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

Shades of Fire Bush #DDA142

Tints of Fire Bush #DDA142

Color information

#DDA142 (or 0xDDA142) is unknown color: approx Fire Bush. HEX triplet: DD, A1 and 42. RGB value is (221,161,66). Sum of RGB (Red+Green+Blue) = 221+161+66=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA142 is #225EBD. Grayscale: #A8A8A8. Windows color (decimal): -2252478 or 4366813. OLE color: 4366813.

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

Color convert

RGB22116166-
CMYK00.270.700.13
HSL36.77º69.51%56.27%-
HSV(B)36.77º70.14%86.67%-
XYZ43.5541.2610.82-
YUV168.1170.38165.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.33%
GREEN value IS 161 (63.28% from 255) = 35.94%
BLUE value IS 66 (26.17% from 255) = 14.73%
R=49.33%
G=35.94%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211616600.270.700.1336.7769.5156.27
HexDDA14201B46D254638
Octal335241102033106154510670
Binary11011101101000011000010011011100011011011001011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA142; }

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

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

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

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

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

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

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

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