Html Css Color HEX #DF993C Fire Bush

📋 copy color: '#DF993C'

red 223 ◦ green 153 ◦ blue 60

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

Shades of Fire Bush #DF993C

Tints of Fire Bush #DF993C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.76%

R = 51.15%
G = 35.09%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF993C (or 0xDF993C) is known color: Fire Bush. HEX triplet: DF, 99 and 3C. RGB value is (223,153,60). Sum of RGB (Red+Green+Blue) = 223+153+60=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF993C is #2066C3. Grayscale: #A3A3A3. Windows color (decimal): -2123460 or 3971551. OLE color: 3971551.

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

Color convert

RGB 223 153 60 -
CMYK 0 0.31 0.73 0.13
HSL 34.23º 0.72% 0.55% -
HSV(B) 34.23º 0.73% 0.87% -
XYZ 42.64 38.8 9.52 -
YUV 163.33 69.69 170.56 -
System Red Green Blue C M Y K H S L
Decimal 223 153 60 0 0.31 0.73 0.13 34.23 0.72 0.55
Hex DF 99 3C 0 1F 49 D 22 48 37
Octal 337 231 74 0 37 111 15 42 110 67
Binary 11011111 10011001 111100 0 11111 1001001 1101 100010 1001000 110111

Color Harmonies of #DF993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF993C

Black with #DF993C

Text Example


Text Example

White with #DF993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF993C; }

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

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

background-color css

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

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

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

border-color css

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

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

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