Html Css Color HEX #DC963F Fire Bush

📋 copy color: '#DC963F'

red 220 ◦ green 150 ◦ blue 63

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

Shades of Fire Bush #DC963F

Tints of Fire Bush #DC963F

RGB

 RED value IS 220 (86.33% from 255) = 50.81%

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

 BLUE value IS 63 (25% from 255) = 14.55%

R = 50.81%
G = 34.64%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC963F (or 0xDC963F) is known color: Fire Bush. HEX triplet: DC, 96 and 3F. RGB value is (220,150,63). Sum of RGB (Red+Green+Blue) = 220+150+63=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC963F is #2369C0. Grayscale: #A1A1A1. Windows color (decimal): -2320833 or 4167388. OLE color: 4167388.

HSL color Cylindrical-coordinate representation of color #DC963F: hue angle of 33.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC963F is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 150 63 -
CMYK 0 0.32 0.71 0.14
HSL 33.25º 0.69% 0.55% -
HSV(B) 33.25º 0.71% 0.86% -
XYZ 41.32 37.39 9.74 -
YUV 161.01 72.69 170.07 -
System Red Green Blue C M Y K H S L
Decimal 220 150 63 0 0.32 0.71 0.14 33.25 0.69 0.55
Hex DC 96 3F 0 20 47 E 21 45 37
Octal 334 226 77 0 40 107 16 41 105 67
Binary 11011100 10010110 111111 0 100000 1000111 1110 100001 1000101 110111

Color Harmonies of #DC963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC963F

Black with #DC963F

Text Example


Text Example

White with #DC963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC963F; }

 p { color: rgb(220,150,63); }

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

background-color css

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

 a { background-color: rgb(220,150,63); }

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

border-color css

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

 span { border-color: rgb(220,150,63); }

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