Html Css Color HEX #DF993F Fire Bush

📋 copy color: '#DF993F'

red 223 ◦ green 153 ◦ blue 63

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

Shades of Fire Bush #DF993F

Tints of Fire Bush #DF993F

RGB

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

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

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

R = 50.8%
G = 34.85%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF993F (or 0xDF993F) is known color: Fire Bush. HEX triplet: DF, 99 and 3F. RGB value is (223,153,63). Sum of RGB (Red+Green+Blue) = 223+153+63=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 63 (25% from 255 or 14.35% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF993F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF993F is #2066C0. Grayscale: #A4A4A4. Windows color (decimal): -2123457 or 4168159. OLE color: 4168159.

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

Color convert

RGB 223 153 63 -
CMYK 0 0.31 0.72 0.13
HSL 33.75º 0.71% 0.56% -
HSV(B) 33.75º 0.72% 0.87% -
XYZ 42.72 38.83 9.95 -
YUV 163.67 71.19 170.32 -
System Red Green Blue C M Y K H S L
Decimal 223 153 63 0 0.31 0.72 0.13 33.75 0.71 0.56
Hex DF 99 3F 0 1F 48 D 22 47 38
Octal 337 231 77 0 37 110 15 42 107 70
Binary 11011111 10011001 111111 0 11111 1001000 1101 100010 1000111 111000

Color Harmonies of #DF993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF993F

Black with #DF993F

Text Example


Text Example

White with #DF993F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF993F; }

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

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

background-color css

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

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

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

border-color css

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

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

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