Html Css Color HEX #DC953F Fire Bush

📋 copy color: '#DC953F'

red 220 ◦ green 149 ◦ blue 63

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

Shades of Fire Bush #DC953F

Tints of Fire Bush #DC953F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.49%

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

R = 50.93%
G = 34.49%
B = 14.58%

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

#DC953F (or 0xDC953F) is known color: Fire Bush. HEX triplet: DC, 95 and 3F. RGB value is (220,149,63). Sum of RGB (Red+Green+Blue) = 220+149+63=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC953F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC953F is #236AC0. Grayscale: #A0A0A0. Windows color (decimal): -2321089 or 4167132. OLE color: 4167132.

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

Color convert

RGB 220 149 63 -
CMYK 0 0.32 0.71 0.14
HSL 32.87º 0.69% 0.55% -
HSV(B) 32.87º 0.71% 0.86% -
XYZ 41.16 37.07 9.69 -
YUV 160.43 73.02 170.49 -
System Red Green Blue C M Y K H S L
Decimal 220 149 63 0 0.32 0.71 0.14 32.87 0.69 0.55
Hex DC 95 3F 0 20 47 E 21 45 37
Octal 334 225 77 0 40 107 16 41 105 67
Binary 11011100 10010101 111111 0 100000 1000111 1110 100001 1000101 110111

Color Harmonies of #DC953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC953F

Black with #DC953F

Text Example


Text Example

White with #DC953F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC953F; }

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

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

background-color css

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

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

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

border-color css

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

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

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