Html Css Color HEX #DC993A Fire Bush

📋 copy color: '#DC993A'

red 220 ◦ green 153 ◦ blue 58

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

Shades of Fire Bush #DC993A

Tints of Fire Bush #DC993A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.5%

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

R = 51.04%
G = 35.5%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC993A (or 0xDC993A) is known color: Fire Bush. HEX triplet: DC, 99 and 3A. RGB value is (220,153,58). Sum of RGB (Red+Green+Blue) = 220+153+58=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC993A is #2366C5. Grayscale: #A2A2A2. Windows color (decimal): -2320070 or 3840476. OLE color: 3840476.

HSL color Cylindrical-coordinate representation of color #DC993A: hue angle of 35.19º 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 #DC993A is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 153 58 -
CMYK 0 0.30 0.74 0.14
HSL 35.19º 0.7% 0.55% -
HSV(B) 35.19º 0.74% 0.86% -
XYZ 41.67 38.3 9.2 -
YUV 162.2 69.2 169.22 -
System Red Green Blue C M Y K H S L
Decimal 220 153 58 0 0.30 0.74 0.14 35.19 0.7 0.55
Hex DC 99 3A 0 1E 4A E 23 46 37
Octal 334 231 72 0 36 112 16 43 106 67
Binary 11011100 10011001 111010 0 11110 1001010 1110 100011 1000110 110111

Color Harmonies of #DC993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC993A

Black with #DC993A

Text Example


Text Example

White with #DC993A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC993A; }

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

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

background-color css

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

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

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

border-color css

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

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

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