Html Css Color HEX #DB954C Fire Bush

📋 copy color: '#DB954C'

red 219 ◦ green 149 ◦ blue 76

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

Shades of Fire Bush #DB954C

Tints of Fire Bush #DB954C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.56%

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

R = 49.32%
G = 33.56%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB954C (or 0xDB954C) is known color: Fire Bush. HEX triplet: DB, 95 and 4C. RGB value is (219,149,76). Sum of RGB (Red+Green+Blue) = 219+149+76=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB954C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB954C is #246AB3. Grayscale: #A1A1A1. Windows color (decimal): -2386612 or 5019099. OLE color: 5019099.

HSL color Cylindrical-coordinate representation of color #DB954C: hue angle of 30.63º 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 #DB954C is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 149 76 -
CMYK 0 0.32 0.65 0.14
HSL 30.63º 0.67% 0.58% -
HSV(B) 30.63º 0.65% 0.86% -
XYZ 41.27 37.08 11.82 -
YUV 161.61 79.69 168.94 -
System Red Green Blue C M Y K H S L
Decimal 219 149 76 0 0.32 0.65 0.14 30.63 0.67 0.58
Hex DB 95 4C 0 20 41 E 1F 43 3A
Octal 333 225 114 0 40 101 16 37 103 72
Binary 11011011 10010101 1001100 0 100000 1000001 1110 11111 1000011 111010

Color Harmonies of #DB954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB954C

Black with #DB954C

Text Example


Text Example

White with #DB954C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB954C; }

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

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

background-color css

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

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

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

border-color css

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

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

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