#D69041

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

Shades of Fire Bush #D69041

Tints of Fire Bush #D69041

Color information

#D69041 (or 0xD69041) is unknown color: approx Fire Bush. HEX triplet: D6, 90 and 41. RGB value is (214,144,65). Sum of RGB (Red+Green+Blue) = 214+144+65=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D69041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69041 is #296FBE. Grayscale: #9C9C9C. Windows color (decimal): -2715583 or 4296918. OLE color: 4296918.

HSL color Cylindrical-coordinate representation of color #D69041: hue angle of 31.81º 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 #D69041 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB21414465-
CMYK00.330.700.16
HSL31.81º64.5%54.71%-
HSV(B)31.81º69.63%83.92%-
XYZ38.6634.629.65-
YUV155.9276.69169.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.59%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 65 (25.78% from 255) = 15.37%
R=50.59%
G=34.04%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141446500.330.700.1631.8164.554.71
HexD690410214610204137
Octal326220101041106204010167
Binary1101011010010000100000101000011000110100001000001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69041; }

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

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

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

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

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

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

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

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