Html Css Color HEX #DB914C Fire Bush

📋 copy color: '#DB914C'

red 219 ◦ green 145 ◦ blue 76

#DB914C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Bush #DB914C

Tints of Fire Bush #DB914C

RGB

 RED value IS 219 (85.94% from 255) = 49.77%

 GREEN value IS 145 (57.03% from 255) = 32.95%

 BLUE value IS 76 (30.08% from 255) = 17.27%

R = 49.77%
G = 32.95%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB914C (or 0xDB914C) is known color: Fire Bush. HEX triplet: DB, 91 and 4C. RGB value is (219,145,76). Sum of RGB (Red+Green+Blue) = 219+145+76=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB914C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB914C is #246EB3. Grayscale: #9F9F9F. Windows color (decimal): -2387636 or 5018075. OLE color: 5018075.

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

Color convert

RGB 219 145 76 -
CMYK 0 0.34 0.65 0.14
HSL 28.95º 0.67% 0.58% -
HSV(B) 28.95º 0.65% 0.86% -
XYZ 40.64 35.83 11.61 -
YUV 159.26 81.02 170.61 -
System Red Green Blue C M Y K H S L
Decimal 219 145 76 0 0.34 0.65 0.14 28.95 0.67 0.58
Hex DB 91 4C 0 22 41 E 1D 43 3A
Octal 333 221 114 0 42 101 16 35 103 72
Binary 11011011 10010001 1001100 0 100010 1000001 1110 11101 1000011 111010

Color Harmonies of #DB914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB914C

Black with #DB914C

Text Example


Text Example

White with #DB914C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB914C; }

 p { color: rgb(219,145,76); }

 H1.HeaderClassName
 {
   color: #DB914C;
 }
 .AnyTagClassName
 {
   color: #DB914C;
 }
</style>

background-color css

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

 a { background-color: rgb(219,145,76); }

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

border-color css

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

 span { border-color: rgb(219,145,76); }

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