Html Css Color HEX #DC954D Fire Bush

📋 copy color: '#DC954D'

red 220 ◦ green 149 ◦ blue 77

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

Shades of Fire Bush #DC954D

Tints of Fire Bush #DC954D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.26%

R = 49.33%
G = 33.41%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC954D (or 0xDC954D) is known color: Fire Bush. HEX triplet: DC, 95 and 4D. RGB value is (220,149,77). Sum of RGB (Red+Green+Blue) = 220+149+77=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC954D is #236AB2. Grayscale: #A2A2A2. Windows color (decimal): -2321075 or 5084636. OLE color: 5084636.

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

Color convert

RGB 220 149 77 -
CMYK 0 0.32 0.65 0.14
HSL 30.21º 0.67% 0.58% -
HSV(B) 30.21º 0.65% 0.86% -
XYZ 41.6 37.25 12.02 -
YUV 162.02 80.02 169.35 -
System Red Green Blue C M Y K H S L
Decimal 220 149 77 0 0.32 0.65 0.14 30.21 0.67 0.58
Hex DC 95 4D 0 20 41 E 1E 43 3A
Octal 334 225 115 0 40 101 16 36 103 72
Binary 11011100 10010101 1001101 0 100000 1000001 1110 11110 1000011 111010

Color Harmonies of #DC954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC954D

Black with #DC954D

Text Example


Text Example

White with #DC954D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC954D; }

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

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

background-color css

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

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

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

border-color css

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

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

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