Html Css Color HEX #DB953C Fire Bush

📋 copy color: '#DB953C'

red 219 ◦ green 149 ◦ blue 60

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

Shades of Fire Bush #DB953C

Tints of Fire Bush #DB953C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.02%

R = 51.17%
G = 34.81%
B = 14.02%

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

#DB953C (or 0xDB953C) is known color: Fire Bush. HEX triplet: DB, 95 and 3C. RGB value is (219,149,60). Sum of RGB (Red+Green+Blue) = 219+149+60=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB953C is #246AC3. Grayscale: #A0A0A0. Windows color (decimal): -2386628 or 3970523. OLE color: 3970523.

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

Color convert

RGB 219 149 60 -
CMYK 0 0.32 0.73 0.14
HSL 33.58º 0.69% 0.55% -
HSV(B) 33.58º 0.73% 0.86% -
XYZ 40.78 36.88 9.24 -
YUV 159.78 71.69 170.24 -
System Red Green Blue C M Y K H S L
Decimal 219 149 60 0 0.32 0.73 0.14 33.58 0.69 0.55
Hex DB 95 3C 0 20 49 E 22 45 37
Octal 333 225 74 0 40 111 16 42 105 67
Binary 11011011 10010101 111100 0 100000 1001001 1110 100010 1000101 110111

Color Harmonies of #DB953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB953C

Black with #DB953C

Text Example


Text Example

White with #DB953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB953C; }

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

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

background-color css

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

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

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

border-color css

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

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

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