#D29D46

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

Shades of Fire Bush #D29D46

Tints of Fire Bush #D29D46

Color information

#D29D46 (or 0xD29D46) is unknown color: approx Fire Bush. HEX triplet: D2, 9D and 46. RGB value is (210,157,70). Sum of RGB (Red+Green+Blue) = 210+157+70=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29D46 is #2D62B9. Grayscale: #A3A3A3. Windows color (decimal): -2974394 or 4627922. OLE color: 4627922.

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

Color convert

RGB21015770-
CMYK00.250.670.18
HSL37.29º60.87%54.9%-
HSV(B)37.29º66.67%82.35%-
XYZ39.7438.2611.08-
YUV162.9375.56161.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.05%
GREEN value IS 157 (61.72% from 255) = 35.93%
BLUE value IS 70 (27.73% from 255) = 16.02%
R=48.05%
G=35.93%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101577000.250.670.1837.2960.8754.9
HexD29D460194312253d37
Octal32223510603110322457567
Binary11010010100111011000110011001100001110010100101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29D46; }

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

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

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

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

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

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

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

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