Html Css Color HEX #DC993F Fire Bush

📋 copy color: '#DC993F'

red 220 ◦ green 153 ◦ blue 63

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

Shades of Fire Bush #DC993F

Tints of Fire Bush #DC993F

RGB

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

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

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

R = 50.46%
G = 35.09%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC993F (or 0xDC993F) is known color: Fire Bush. HEX triplet: DC, 99 and 3F. RGB value is (220,153,63). Sum of RGB (Red+Green+Blue) = 220+153+63=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC993F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC993F is #2366C0. Grayscale: #A3A3A3. Windows color (decimal): -2320065 or 4168156. OLE color: 4168156.

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

Color convert

RGB 220 153 63 -
CMYK 0 0.30 0.71 0.14
HSL 34.39º 0.69% 0.55% -
HSV(B) 34.39º 0.71% 0.86% -
XYZ 41.8 38.36 9.9 -
YUV 162.77 71.7 168.82 -
System Red Green Blue C M Y K H S L
Decimal 220 153 63 0 0.30 0.71 0.14 34.39 0.69 0.55
Hex DC 99 3F 0 1E 47 E 22 45 37
Octal 334 231 77 0 36 107 16 42 105 67
Binary 11011100 10011001 111111 0 11110 1000111 1110 100010 1000101 110111

Color Harmonies of #DC993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC993F

Black with #DC993F

Text Example


Text Example

White with #DC993F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC993F; }

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

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

background-color css

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

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

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

border-color css

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

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

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