Html Css Color HEX #DF994E Fire Bush

📋 copy color: '#DF994E'

red 223 ◦ green 153 ◦ blue 78

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

Shades of Fire Bush #DF994E

Tints of Fire Bush #DF994E

RGB

 RED value IS 223 (87.5% from 255) = 49.12%

 GREEN value IS 153 (60.16% from 255) = 33.7%

 BLUE value IS 78 (30.86% from 255) = 17.18%

R = 49.12%
G = 33.7%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF994E (or 0xDF994E) is known color: Fire Bush. HEX triplet: DF, 99 and 4E. RGB value is (223,153,78). Sum of RGB (Red+Green+Blue) = 223+153+78=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 78 (30.86% from 255 or 17.18% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF994E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF994E is #2066B1. Grayscale: #A5A5A5. Windows color (decimal): -2123442 or 5151199. OLE color: 5151199.

HSL color Cylindrical-coordinate representation of color #DF994E: hue angle of 31.03º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF994E is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 153 78 -
CMYK 0 0.31 0.65 0.13
HSL 31.03º 0.69% 0.59% -
HSV(B) 31.03º 0.65% 0.87% -
XYZ 43.2 39.02 12.46 -
YUV 165.38 78.69 169.1 -
System Red Green Blue C M Y K H S L
Decimal 223 153 78 0 0.31 0.65 0.13 31.03 0.69 0.59
Hex DF 99 4E 0 1F 41 D 1F 45 3B
Octal 337 231 116 0 37 101 15 37 105 73
Binary 11011111 10011001 1001110 0 11111 1000001 1101 11111 1000101 111011

Color Harmonies of #DF994E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF994E

Black with #DF994E

Text Example


Text Example

White with #DF994E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF994E; }

 p { color: rgb(223,153,78); }

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

background-color css

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

 a { background-color: rgb(223,153,78); }

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

border-color css

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

 span { border-color: rgb(223,153,78); }

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