#D88F40

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

Shades of Fire Bush #D88F40

Tints of Fire Bush #D88F40

Color information

#D88F40 (or 0xD88F40) is unknown color: approx Fire Bush. HEX triplet: D8, 8F and 40. RGB value is (216,143,64). Sum of RGB (Red+Green+Blue) = 216+143+64=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88F40 is #2770BF. Grayscale: #9C9C9C. Windows color (decimal): -2584768 or 4231128. OLE color: 4231128.

HSL color Cylindrical-coordinate representation of color #D88F40: hue angle of 31.18º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D88F40 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB21614364-
CMYK00.340.700.15
HSL31.18º66.09%54.9%-
HSV(B)31.18º70.37%84.71%-
XYZ39.0734.619.47-
YUV155.8276.18170.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.06%
GREEN value IS 143 (56.25% from 255) = 33.81%
BLUE value IS 64 (25.39% from 255) = 15.13%
R=51.06%
G=33.81%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161436400.340.700.1531.1866.0954.9
HexD88F4002246F1f4237
Octal330217100042106173710267
Binary11011000100011111000000010001010001101111111111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88F40; }

 p { color: rgb(216,143,64); }

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

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

 a { background-color: rgb(216,143,64); }

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

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

 span { border-color: rgb(216,143,64); }

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