#D88E4B

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

Shades of Fire Bush #D88E4B

Tints of Fire Bush #D88E4B

Color information

#D88E4B (or 0xD88E4B) is unknown color: approx Fire Bush. HEX triplet: D8, 8E and 4B. RGB value is (216,142,75). Sum of RGB (Red+Green+Blue) = 216+142+75=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88E4B is #2771B4. Grayscale: #9C9C9C. Windows color (decimal): -2585013 or 4951768. OLE color: 4951768.

HSL color Cylindrical-coordinate representation of color #D88E4B: hue angle of 28.51º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D88E4B is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB21614275-
CMYK00.340.650.15
HSL28.51º64.38%57.06%-
HSV(B)28.51º65.28%84.71%-
XYZ39.2634.4511.24-
YUV156.4982.02170.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.88%
GREEN value IS 142 (55.86% from 255) = 32.79%
BLUE value IS 75 (29.69% from 255) = 17.32%
R=49.88%
G=32.79%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161427500.340.650.1528.5164.3857.06
HexD88E4B02241F1d4039
Octal330216113042101173510071
Binary11011000100011101001011010001010000011111111011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88E4B; }

 p { color: rgb(216,142,75); }

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

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

 a { background-color: rgb(216,142,75); }

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

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

 span { border-color: rgb(216,142,75); }

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