Html Css Color HEX #DC963A Fire Bush

📋 copy color: '#DC963A'

red 220 ◦ green 150 ◦ blue 58

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

Shades of Fire Bush #DC963A

Tints of Fire Bush #DC963A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.55%

R = 51.4%
G = 35.05%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC963A (or 0xDC963A) is known color: Fire Bush. HEX triplet: DC, 96 and 3A. RGB value is (220,150,58). Sum of RGB (Red+Green+Blue) = 220+150+58=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC963A is #2369C5. Grayscale: #A0A0A0. Windows color (decimal): -2320838 or 3839708. OLE color: 3839708.

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

Color convert

RGB 220 150 58 -
CMYK 0 0.32 0.74 0.14
HSL 34.07º 0.7% 0.55% -
HSV(B) 34.07º 0.74% 0.86% -
XYZ 41.19 37.33 9.04 -
YUV 160.44 70.19 170.48 -
System Red Green Blue C M Y K H S L
Decimal 220 150 58 0 0.32 0.74 0.14 34.07 0.7 0.55
Hex DC 96 3A 0 20 4A E 22 46 37
Octal 334 226 72 0 40 112 16 42 106 67
Binary 11011100 10010110 111010 0 100000 1001010 1110 100010 1000110 110111

Color Harmonies of #DC963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC963A

Black with #DC963A

Text Example


Text Example

White with #DC963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC963A; }

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

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

background-color css

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

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

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

border-color css

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

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

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