#D69341

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

Shades of Fire Bush #D69341

Tints of Fire Bush #D69341

Color information

#D69341 (or 0xD69341) is unknown color: approx Fire Bush. HEX triplet: D6, 93 and 41. RGB value is (214,147,65). Sum of RGB (Red+Green+Blue) = 214+147+65=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D69341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69341 is #296CBE. Grayscale: #9E9E9E. Windows color (decimal): -2714815 or 4297686. OLE color: 4297686.

HSL color Cylindrical-coordinate representation of color #D69341: hue angle of 33.02º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D69341 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB21414765-
CMYK00.310.700.16
HSL33.02º64.5%54.71%-
HSV(B)33.02º69.63%83.92%-
XYZ39.1235.559.8-
YUV157.6875.7168.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.23%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 65 (25.78% from 255) = 15.26%
R=50.23%
G=34.51%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141476500.310.700.1633.0264.554.71
HexD6934101F4610214137
Octal326223101037106204110167
Binary110101101001001110000010111111000110100001000011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69341; }

 p { color: rgb(214,147,65); }

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

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

 a { background-color: rgb(214,147,65); }

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

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

 span { border-color: rgb(214,147,65); }

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