Html Css Color HEX #DF953E Fire Bush

📋 copy color: '#DF953E'

red 223 ◦ green 149 ◦ blue 62

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

Shades of Fire Bush #DF953E

Tints of Fire Bush #DF953E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.29%

R = 51.38%
G = 34.33%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF953E (or 0xDF953E) is known color: Fire Bush. HEX triplet: DF, 95 and 3E. RGB value is (223,149,62). Sum of RGB (Red+Green+Blue) = 223+149+62=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF953E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF953E is #206AC1. Grayscale: #A1A1A1. Windows color (decimal): -2124482 or 4101599. OLE color: 4101599.

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

Color convert

RGB 223 149 62 -
CMYK 0 0.33 0.72 0.13
HSL 32.42º 0.72% 0.56% -
HSV(B) 32.42º 0.72% 0.87% -
XYZ 42.05 37.53 9.59 -
YUV 161.21 72.02 172.07 -
System Red Green Blue C M Y K H S L
Decimal 223 149 62 0 0.33 0.72 0.13 32.42 0.72 0.56
Hex DF 95 3E 0 21 48 D 20 48 38
Octal 337 225 76 0 41 110 15 40 110 70
Binary 11011111 10010101 111110 0 100001 1001000 1101 100000 1001000 111000

Color Harmonies of #DF953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF953E

Black with #DF953E

Text Example


Text Example

White with #DF953E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF953E; }

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

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

background-color css

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

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

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

border-color css

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

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

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