Html Css Color HEX #DF953D Fire Bush

📋 copy color: '#DF953D'

red 223 ◦ green 149 ◦ blue 61

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

Shades of Fire Bush #DF953D

Tints of Fire Bush #DF953D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.09%

R = 51.5%
G = 34.41%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF953D (or 0xDF953D) is known color: Fire Bush. HEX triplet: DF, 95 and 3D. RGB value is (223,149,61). Sum of RGB (Red+Green+Blue) = 223+149+61=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF953D is #206AC2. Grayscale: #A1A1A1. Windows color (decimal): -2124483 or 4036063. OLE color: 4036063.

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

Color convert

RGB 223 149 61 -
CMYK 0 0.33 0.73 0.13
HSL 32.59º 0.72% 0.56% -
HSV(B) 32.59º 0.73% 0.87% -
XYZ 42.02 37.52 9.44 -
YUV 161.09 71.52 172.16 -
System Red Green Blue C M Y K H S L
Decimal 223 149 61 0 0.33 0.73 0.13 32.59 0.72 0.56
Hex DF 95 3D 0 21 49 D 21 48 38
Octal 337 225 75 0 41 111 15 41 110 70
Binary 11011111 10010101 111101 0 100001 1001001 1101 100001 1001000 111000

Color Harmonies of #DF953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF953D

Black with #DF953D

Text Example


Text Example

White with #DF953D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF953D; }

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

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

background-color css

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

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

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

border-color css

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

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

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