Html Css Color HEX #DF994B Fire Bush

📋 copy color: '#DF994B'

red 223 ◦ green 153 ◦ blue 75

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

Shades of Fire Bush #DF994B

Tints of Fire Bush #DF994B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.63%

R = 49.45%
G = 33.92%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF994B (or 0xDF994B) is known color: Fire Bush. HEX triplet: DF, 99 and 4B. RGB value is (223,153,75). Sum of RGB (Red+Green+Blue) = 223+153+75=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 75 (29.69% from 255 or 16.63% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF994B is #2066B4. Grayscale: #A5A5A5. Windows color (decimal): -2123445 or 4954591. OLE color: 4954591.

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

Color convert

RGB 223 153 75 -
CMYK 0 0.31 0.66 0.13
HSL 31.62º 0.7% 0.58% -
HSV(B) 31.62º 0.66% 0.87% -
XYZ 43.09 38.98 11.91 -
YUV 165.04 77.19 169.34 -
System Red Green Blue C M Y K H S L
Decimal 223 153 75 0 0.31 0.66 0.13 31.62 0.7 0.58
Hex DF 99 4B 0 1F 42 D 20 46 3A
Octal 337 231 113 0 37 102 15 40 106 72
Binary 11011111 10011001 1001011 0 11111 1000010 1101 100000 1000110 111010

Color Harmonies of #DF994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF994B

Black with #DF994B

Text Example


Text Example

White with #DF994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF994B; }

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

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

background-color css

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

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

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

border-color css

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

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

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