Html Css Color HEX #DB953B Fire Bush

📋 copy color: '#DB953B'

red 219 ◦ green 149 ◦ blue 59

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

Shades of Fire Bush #DB953B

Tints of Fire Bush #DB953B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.82%

R = 51.29%
G = 34.89%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB953B (or 0xDB953B) is known color: Fire Bush. HEX triplet: DB, 95 and 3B. RGB value is (219,149,59). Sum of RGB (Red+Green+Blue) = 219+149+59=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB953B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB953B is #246AC4. Grayscale: #A0A0A0. Windows color (decimal): -2386629 or 3904987. OLE color: 3904987.

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

Color convert

RGB 219 149 59 -
CMYK 0 0.32 0.73 0.14
HSL 33.75º 0.69% 0.55% -
HSV(B) 33.75º 0.73% 0.86% -
XYZ 40.75 36.87 9.11 -
YUV 159.67 71.19 170.32 -
System Red Green Blue C M Y K H S L
Decimal 219 149 59 0 0.32 0.73 0.14 33.75 0.69 0.55
Hex DB 95 3B 0 20 49 E 22 45 37
Octal 333 225 73 0 40 111 16 42 105 67
Binary 11011011 10010101 111011 0 100000 1001001 1110 100010 1000101 110111

Color Harmonies of #DB953B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB953B

Black with #DB953B

Text Example


Text Example

White with #DB953B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB953B; }

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

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

background-color css

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

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

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

border-color css

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

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

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