#D69246

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

Shades of Fire Bush #D69246

Tints of Fire Bush #D69246

Color information

#D69246 (or 0xD69246) is unknown color: approx Fire Bush. HEX triplet: D6, 92 and 46. RGB value is (214,146,70). Sum of RGB (Red+Green+Blue) = 214+146+70=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 70 (27.73% from 255 or 16.28% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D69246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69246 is #296DB9. Grayscale: #9E9E9E. Windows color (decimal): -2715066 or 4625110. OLE color: 4625110.

HSL color Cylindrical-coordinate representation of color #D69246: hue angle of 31.67º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D69246 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB21414670-
CMYK00.320.670.16
HSL31.67º63.72%55.69%-
HSV(B)31.67º67.29%83.92%-
XYZ39.1235.310.55-
YUV157.6778.53168.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.77%
GREEN value IS 146 (57.42% from 255) = 33.95%
BLUE value IS 70 (27.73% from 255) = 16.28%
R=49.77%
G=33.95%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141467000.320.670.1631.6763.7255.69
HexD692460204310204038
Octal326222106040103204010070
Binary1101011010010010100011001000001000011100001000001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69246; }

 p { color: rgb(214,146,70); }

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

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

 a { background-color: rgb(214,146,70); }

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

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

 span { border-color: rgb(214,146,70); }

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