Html Css Color HEX #DC953A Fire Bush

📋 copy color: '#DC953A'

red 220 ◦ green 149 ◦ blue 58

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

Shades of Fire Bush #DC953A

Tints of Fire Bush #DC953A

RGB

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

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

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

R = 51.52%
G = 34.89%
B = 13.58%

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

#DC953A (or 0xDC953A) is known color: Fire Bush. HEX triplet: DC, 95 and 3A. RGB value is (220,149,58). Sum of RGB (Red+Green+Blue) = 220+149+58=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC953A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC953A is #236AC5. Grayscale: #A0A0A0. Windows color (decimal): -2321094 or 3839452. OLE color: 3839452.

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

Color convert

RGB 220 149 58 -
CMYK 0 0.32 0.74 0.14
HSL 33.7º 0.7% 0.55% -
HSV(B) 33.7º 0.74% 0.86% -
XYZ 41.03 37.02 8.99 -
YUV 159.86 70.52 170.9 -
System Red Green Blue C M Y K H S L
Decimal 220 149 58 0 0.32 0.74 0.14 33.7 0.7 0.55
Hex DC 95 3A 0 20 4A E 22 46 37
Octal 334 225 72 0 40 112 16 42 106 67
Binary 11011100 10010101 111010 0 100000 1001010 1110 100010 1000110 110111

Color Harmonies of #DC953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC953A

Black with #DC953A

Text Example


Text Example

White with #DC953A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC953A; }

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

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

background-color css

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

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

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

border-color css

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

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

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