Html Css Color HEX #DB953A Fire Bush

📋 copy color: '#DB953A'

red 219 ◦ green 149 ◦ blue 58

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

Shades of Fire Bush #DB953A

Tints of Fire Bush #DB953A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.62%

R = 51.41%
G = 34.98%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB953A (or 0xDB953A) is known color: Fire Bush. HEX triplet: DB, 95 and 3A. RGB value is (219,149,58). Sum of RGB (Red+Green+Blue) = 219+149+58=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB953A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB953A is #246AC5. Grayscale: #9F9F9F. Windows color (decimal): -2386630 or 3839451. OLE color: 3839451.

HSL color Cylindrical-coordinate representation of color #DB953A: hue angle of 33.91º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB953A is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 149 58 -
CMYK 0 0.32 0.74 0.14
HSL 33.91º 0.69% 0.54% -
HSV(B) 33.91º 0.74% 0.86% -
XYZ 40.72 36.86 8.97 -
YUV 159.56 70.69 170.4 -
System Red Green Blue C M Y K H S L
Decimal 219 149 58 0 0.32 0.74 0.14 33.91 0.69 0.54
Hex DB 95 3A 0 20 4A E 22 45 36
Octal 333 225 72 0 40 112 16 42 105 66
Binary 11011011 10010101 111010 0 100000 1001010 1110 100010 1000101 110110

Color Harmonies of #DB953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB953A

Black with #DB953A

Text Example


Text Example

White with #DB953A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB953A; }

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

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

background-color css

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

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

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

border-color css

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

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

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