Html Css Color HEX #DF993B Fire Bush

📋 copy color: '#DF993B'

red 223 ◦ green 153 ◦ blue 59

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

Shades of Fire Bush #DF993B

Tints of Fire Bush #DF993B

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 value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF993B (or 0xDF993B) is known color: 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

RGB 223 153 59 -
CMYK 0 0.31 0.74 0.13
HSL 34.39º 0.72% 0.55% -
HSV(B) 34.39º 0.74% 0.87% -
XYZ 42.61 38.79 9.38 -
YUV 163.21 69.19 170.64 -
System Red Green Blue C M Y K H S L
Decimal 223 153 59 0 0.31 0.74 0.13 34.39 0.72 0.55
Hex DF 99 3B 0 1F 4A D 22 48 37
Octal 337 231 73 0 37 112 15 42 110 67
Binary 11011111 10011001 111011 0 11111 1001010 1101 100010 1001000 110111

Color Harmonies of #DF993B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF993B

Black with #DF993B

Text Example


Text Example

White with #DF993B

Text Example


Text Example

HTML Codes & Css Web 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>