Html Css Color HEX #DF993A Fire Bush

📋 copy color: '#DF993A'

red 223 ◦ green 153 ◦ blue 58

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

Shades of Fire Bush #DF993A

Tints of Fire Bush #DF993A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.36%

R = 51.38%
G = 35.25%
B = 13.36%

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

#DF993A (or 0xDF993A) is known color: Fire Bush. HEX triplet: DF, 99 and 3A. RGB value is (223,153,58). Sum of RGB (Red+Green+Blue) = 223+153+58=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 58 (23.05% from 255 or 13.36% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF993A is #2066C5. Grayscale: #A3A3A3. Windows color (decimal): -2123462 or 3840479. OLE color: 3840479.

HSL color Cylindrical-coordinate representation of color #DF993A: hue angle of 34.55º 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 #DF993A is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 153 58 -
CMYK 0 0.31 0.74 0.13
HSL 34.55º 0.72% 0.55% -
HSV(B) 34.55º 0.74% 0.87% -
XYZ 42.59 38.78 9.24 -
YUV 163.1 68.69 170.72 -
System Red Green Blue C M Y K H S L
Decimal 223 153 58 0 0.31 0.74 0.13 34.55 0.72 0.55
Hex DF 99 3A 0 1F 4A D 23 48 37
Octal 337 231 72 0 37 112 15 43 110 67
Binary 11011111 10011001 111010 0 11111 1001010 1101 100011 1001000 110111

Color Harmonies of #DF993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF993A

Black with #DF993A

Text Example


Text Example

White with #DF993A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF993A; }

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

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

background-color css

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

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

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

border-color css

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

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

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