#D29D44

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

Shades of Fire Bush #D29D44

Tints of Fire Bush #D29D44

Color information

#D29D44 (or 0xD29D44) is unknown color: approx Fire Bush. HEX triplet: D2, 9D and 44. RGB value is (210,157,68). Sum of RGB (Red+Green+Blue) = 210+157+68=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 68 (26.95% from 255 or 15.63% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29D44 is #2D62BB. Grayscale: #A3A3A3. Windows color (decimal): -2974396 or 4496850. OLE color: 4496850.

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

Color convert

RGB21015768-
CMYK00.250.680.18
HSL37.61º61.21%54.51%-
HSV(B)37.61º67.62%82.35%-
XYZ39.6838.2310.76-
YUV162.774.56161.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.28%
GREEN value IS 157 (61.72% from 255) = 36.09%
BLUE value IS 68 (26.95% from 255) = 15.63%
R=48.28%
G=36.09%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101576800.250.680.1837.6161.2154.51
HexD29D440194412263d37
Octal32223510403110422467567
Binary11010010100111011000100011001100010010010100110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29D44; }

 p { color: rgb(210,157,68); }

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

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

 a { background-color: rgb(210,157,68); }

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

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

 span { border-color: rgb(210,157,68); }

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