#DB9947

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

Shades of Fire Bush #DB9947

Tints of Fire Bush #DB9947

Color information

#DB9947 (or 0xDB9947) is unknown color: approx Fire Bush. HEX triplet: DB, 99 and 47. RGB value is (219,153,71). Sum of RGB (Red+Green+Blue) = 219+153+71=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 71 (28.12% from 255 or 16.03% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9947 is #2466B8. Grayscale: #A3A3A3. Windows color (decimal): -2385593 or 4692443. OLE color: 4692443.

HSL color Cylindrical-coordinate representation of color #DB9947: hue angle of 33.24º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB9947 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB21915371-
CMYK00.300.680.14
HSL33.24º67.27%56.86%-
HSV(B)33.24º67.58%85.88%-
XYZ41.7438.311.15-
YUV163.3975.87167.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.44%
GREEN value IS 153 (60.16% from 255) = 34.54%
BLUE value IS 71 (28.12% from 255) = 16.03%
R=49.44%
G=34.54%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191537100.300.680.1433.2467.2756.86
HexDB994701E44E214339
Octal333231107036104164110371
Binary11011011100110011000111011110100010011101000011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9947; }

 p { color: rgb(219,153,71); }

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

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

 a { background-color: rgb(219,153,71); }

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

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

 span { border-color: rgb(219,153,71); }

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