#D69040

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

Shades of Fire Bush #D69040

Tints of Fire Bush #D69040

Color information

#D69040 (or 0xD69040) is unknown color: approx Fire Bush. HEX triplet: D6, 90 and 40. RGB value is (214,144,64). Sum of RGB (Red+Green+Blue) = 214+144+64=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D69040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69040 is #296FBF. Grayscale: #9C9C9C. Windows color (decimal): -2715584 or 4231382. OLE color: 4231382.

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

Color convert

RGB21414464-
CMYK00.330.700.16
HSL32º64.66%54.51%-
HSV(B)32º70.09%83.92%-
XYZ38.6334.619.5-
YUV155.8176.19169.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.71%
GREEN value IS 144 (56.64% from 255) = 34.12%
BLUE value IS 64 (25.39% from 255) = 15.17%
R=50.71%
G=34.12%
B=15.17%

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
Decimal2141446400.330.700.163264.6654.51
HexD690400214610204137
Octal326220100041106204010167
Binary1101011010010000100000001000011000110100001000001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69040; }

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

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

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

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

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

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

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

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