Html Css Color HEX #DB963F Fire Bush

📋 copy color: '#DB963F'

red 219 ◦ green 150 ◦ blue 63

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

Shades of Fire Bush #DB963F

Tints of Fire Bush #DB963F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.72%

 BLUE value IS 63 (25% from 255) = 14.58%

R = 50.69%
G = 34.72%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB963F (or 0xDB963F) is known color: Fire Bush. HEX triplet: DB, 96 and 3F. RGB value is (219,150,63). Sum of RGB (Red+Green+Blue) = 219+150+63=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB963F is #2469C0. Grayscale: #A1A1A1. Windows color (decimal): -2386369 or 4167387. OLE color: 4167387.

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

Color convert

RGB 219 150 63 -
CMYK 0 0.32 0.71 0.14
HSL 33.46º 0.68% 0.55% -
HSV(B) 33.46º 0.71% 0.86% -
XYZ 41.02 37.23 9.73 -
YUV 160.71 72.86 169.57 -
System Red Green Blue C M Y K H S L
Decimal 219 150 63 0 0.32 0.71 0.14 33.46 0.68 0.55
Hex DB 96 3F 0 20 47 E 21 44 37
Octal 333 226 77 0 40 107 16 41 104 67
Binary 11011011 10010110 111111 0 100000 1000111 1110 100001 1000100 110111

Color Harmonies of #DB963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB963F

Black with #DB963F

Text Example


Text Example

White with #DB963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB963F; }

 p { color: rgb(219,150,63); }

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

background-color css

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

 a { background-color: rgb(219,150,63); }

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

border-color css

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

 span { border-color: rgb(219,150,63); }

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