Html Css Color HEX #DF954F Fire Bush

📋 copy color: '#DF954F'

red 223 ◦ green 149 ◦ blue 79

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

Shades of Fire Bush #DF954F

Tints of Fire Bush #DF954F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.52%

R = 49.45%
G = 33.04%
B = 17.52%

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

#DF954F (or 0xDF954F) is known color: Fire Bush. HEX triplet: DF, 95 and 4F. RGB value is (223,149,79). Sum of RGB (Red+Green+Blue) = 223+149+79=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 79 (31.25% from 255 or 17.52% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF954F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF954F is #206AB0. Grayscale: #A3A3A3. Windows color (decimal): -2124465 or 5215711. OLE color: 5215711.

HSL color Cylindrical-coordinate representation of color #DF954F: hue angle of 29.17º degrees, saturation: 0.69, 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 #DF954F is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 149 79 -
CMYK 0 0.33 0.65 0.13
HSL 29.17º 0.69% 0.59% -
HSV(B) 29.17º 0.65% 0.87% -
XYZ 42.59 37.75 12.44 -
YUV 163.15 80.52 170.69 -
System Red Green Blue C M Y K H S L
Decimal 223 149 79 0 0.33 0.65 0.13 29.17 0.69 0.59
Hex DF 95 4F 0 21 41 D 1D 45 3B
Octal 337 225 117 0 41 101 15 35 105 73
Binary 11011111 10010101 1001111 0 100001 1000001 1101 11101 1000101 111011

Color Harmonies of #DF954F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF954F

Black with #DF954F

Text Example


Text Example

White with #DF954F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF954F; }

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

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

background-color css

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

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

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

border-color css

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

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

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