Html Css Color HEX #DF963E Fire Bush

📋 copy color: '#DF963E'

red 223 ◦ green 150 ◦ blue 62

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

Shades of Fire Bush #DF963E

Tints of Fire Bush #DF963E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.48%

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

R = 51.26%
G = 34.48%
B = 14.25%

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

#DF963E (or 0xDF963E) is known color: Fire Bush. HEX triplet: DF, 96 and 3E. RGB value is (223,150,62). Sum of RGB (Red+Green+Blue) = 223+150+62=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF963E is #2069C1. Grayscale: #A2A2A2. Windows color (decimal): -2124226 or 4101855. OLE color: 4101855.

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

Color convert

RGB 223 150 62 -
CMYK 0 0.33 0.72 0.13
HSL 32.8º 0.72% 0.56% -
HSV(B) 32.8º 0.72% 0.87% -
XYZ 42.21 37.85 9.64 -
YUV 161.8 71.68 171.66 -
System Red Green Blue C M Y K H S L
Decimal 223 150 62 0 0.33 0.72 0.13 32.8 0.72 0.56
Hex DF 96 3E 0 21 48 D 21 48 38
Octal 337 226 76 0 41 110 15 41 110 70
Binary 11011111 10010110 111110 0 100001 1001000 1101 100001 1001000 111000

Color Harmonies of #DF963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF963E

Black with #DF963E

Text Example


Text Example

White with #DF963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF963E; }

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

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

background-color css

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

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

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

border-color css

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

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

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