#D49C46

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

Shades of Fire Bush #D49C46

Tints of Fire Bush #D49C46

Color information

#D49C46 (or 0xD49C46) is unknown color: approx Fire Bush. HEX triplet: D4, 9C and 46. RGB value is (212,156,70). Sum of RGB (Red+Green+Blue) = 212+156+70=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49C46 is #2B63B9. Grayscale: #A3A3A3. Windows color (decimal): -2843578 or 4627668. OLE color: 4627668.

HSL color Cylindrical-coordinate representation of color #D49C46: hue angle of 36.34º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D49C46 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB21215670-
CMYK00.260.670.17
HSL36.34º62.28%55.29%-
HSV(B)36.34º66.98%83.14%-
XYZ40.1538.2211.05-
YUV162.9475.55162.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.40%
GREEN value IS 156 (61.33% from 255) = 35.62%
BLUE value IS 70 (27.73% from 255) = 15.98%
R=48.40%
G=35.62%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121567000.260.670.1736.3462.2855.29
HexD49C4601A4311243e37
Octal32423410603210321447667
Binary11010100100111001000110011010100001110001100100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49C46; }

 p { color: rgb(212,156,70); }

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

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

 a { background-color: rgb(212,156,70); }

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

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

 span { border-color: rgb(212,156,70); }

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