#D29649

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

Shades of Fire Bush #D29649

Tints of Fire Bush #D29649

Color information

#D29649 (or 0xD29649) is unknown color: approx Fire Bush. HEX triplet: D2, 96 and 49. RGB value is (210,150,73). Sum of RGB (Red+Green+Blue) = 210+150+73=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D29649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29649 is #2D69B6. Grayscale: #9F9F9F. Windows color (decimal): -2976183 or 4822738. OLE color: 4822738.

HSL color Cylindrical-coordinate representation of color #D29649: hue angle of 33.72º 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 #D29649 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB21015073-
CMYK00.290.650.18
HSL33.72º60.35%55.49%-
HSV(B)33.72º65.24%82.35%-
XYZ38.693611.21-
YUV159.1679.38164.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.50%
GREEN value IS 150 (58.98% from 255) = 34.64%
BLUE value IS 73 (28.91% from 255) = 16.86%
R=48.50%
G=34.64%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101507300.290.650.1833.7260.3555.49
HexD2964901D4112223c37
Octal32222611103510122427467
Binary11010010100101101001001011101100000110010100010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29649; }

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

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

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

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

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

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

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

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