Html Css Color HEX #DF954D Fire Bush

📋 copy color: '#DF954D'

red 223 ◦ green 149 ◦ blue 77

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

Shades of Fire Bush #DF954D

Tints of Fire Bush #DF954D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.18%

 BLUE value IS 77 (30.47% from 255) = 17.15%

R = 49.67%
G = 33.18%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF954D (or 0xDF954D) is known color: Fire Bush. HEX triplet: DF, 95 and 4D. RGB value is (223,149,77). Sum of RGB (Red+Green+Blue) = 223+149+77=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF954D is #206AB2. Grayscale: #A3A3A3. Windows color (decimal): -2124467 or 5084639. OLE color: 5084639.

HSL color Cylindrical-coordinate representation of color #DF954D: hue angle of 29.59º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF954D is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 149 77 -
CMYK 0 0.33 0.65 0.13
HSL 29.59º 0.7% 0.59% -
HSV(B) 29.59º 0.65% 0.87% -
XYZ 42.52 37.72 12.06 -
YUV 162.92 79.52 170.85 -
System Red Green Blue C M Y K H S L
Decimal 223 149 77 0 0.33 0.65 0.13 29.59 0.7 0.59
Hex DF 95 4D 0 21 41 D 1E 46 3B
Octal 337 225 115 0 41 101 15 36 106 73
Binary 11011111 10010101 1001101 0 100001 1000001 1101 11110 1000110 111011

Color Harmonies of #DF954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF954D

Black with #DF954D

Text Example


Text Example

White with #DF954D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF954D; }

 p { color: rgb(223,149,77); }

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

background-color css

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

 a { background-color: rgb(223,149,77); }

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

border-color css

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

 span { border-color: rgb(223,149,77); }

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