#D29349

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

Shades of Fire Bush #D29349

Tints of Fire Bush #D29349

Color information

#D29349 (or 0xD29349) is unknown color: approx Fire Bush. HEX triplet: D2, 93 and 49. RGB value is (210,147,73). Sum of RGB (Red+Green+Blue) = 210+147+73=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D29349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29349 is #2D6CB6. Grayscale: #9D9D9D. Windows color (decimal): -2976951 or 4821970. OLE color: 4821970.

HSL color Cylindrical-coordinate representation of color #D29349: hue angle of 32.41º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D29349 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB21014773-
CMYK00.300.650.18
HSL32.41º60.35%55.49%-
HSV(B)32.41º65.24%82.35%-
XYZ38.2135.0511.05-
YUV157.480.37165.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.84%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 73 (28.91% from 255) = 16.98%
R=48.84%
G=34.19%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101477300.300.650.1832.4160.3555.49
HexD2934901E4112203c37
Octal32222311103610122407467
Binary11010010100100111001001011110100000110010100000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29349; }

 p { color: rgb(210,147,73); }

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

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

 a { background-color: rgb(210,147,73); }

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

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

 span { border-color: rgb(210,147,73); }

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