#df993b

Color #DF993B Fire Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Bush #DF993B

Tints of Fire Bush #DF993B

Color information

#DF993B (or 0xDF993B) is unknown color: approx Fire Bush. HEX triplet: DF, 99 and 3B. RGB value is (223,153,59). Sum of RGB (Red+Green+Blue) = 223+153+59=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 59 (23.44% from 255 or 13.56% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF993B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF993B is #2066C4. Grayscale: #A3A3A3. Windows color (decimal): -2123461 or 3906015. OLE color: 3906015.

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

Color convert

RGB22315359-
CMYK00.310.740.13
HSL34.39º71.93%55.29%-
HSV(B)34.39º73.54%87.45%-
XYZ42.6138.799.38-
YUV163.2169.19170.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.26%
GREEN value IS 153 (60.16% from 255) = 35.17%
BLUE value IS 59 (23.44% from 255) = 13.56%
R=51.26%
G=35.17%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231535900.310.740.1334.3971.9355.29
HexDF993B01F4AD224837
Octal33723173037112154211067
Binary1101111110011001111011011111100101011011000101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df993b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df993b; }

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

 H1.HeaderClassName
 {
   color: #df993b;
 }
 .AnyTagClassName
 {
   color: #df993b;
 }
</style>
background-color css

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

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

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

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

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

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