Html Css Color HEX #DC5603 Tenne (Tawny)

📋 copy color: '#DC5603'

red 220 ◦ green 86 ◦ blue 3

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

Shades of Tenne (Tawny) #DC5603

Tints of Tenne (Tawny) #DC5603

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.83%

 BLUE value IS 3 (1.56% from 255) = 0.97%

R = 71.2%
G = 27.83%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC5603 (or 0xDC5603) is known color: Tenne (Tawny). HEX triplet: DC, 56 and 03. RGB value is (220,86,3). Sum of RGB (Red+Green+Blue) = 220+86+3=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5603 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5603 is #23A9FC. Grayscale: #757575. Windows color (decimal): -2337277 or 218844. OLE color: 218844.

HSL color Cylindrical-coordinate representation of color #DC5603: hue angle of 22.95º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC5603 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 86 3 -
CMYK 0 0.61 0.99 0.14
HSL 22.95º 0.97% 0.44% -
HSV(B) 22.95º 0.99% 0.86% -
XYZ 32.86 21.88 2.58 -
YUV 116.6 63.89 201.75 -
System Red Green Blue C M Y K H S L
Decimal 220 86 3 0 0.61 0.99 0.14 22.95 0.97 0.44
Hex DC 56 3 0 3D 63 E 17 61 2C
Octal 334 126 3 0 75 143 16 27 141 54
Binary 11011100 1010110 11 0 111101 1100011 1110 10111 1100001 101100

Color Harmonies of #DC5603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5603

Black with #DC5603

Text Example


Text Example

White with #DC5603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5603; }

 p { color: rgb(220,86,3); }

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

background-color css

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

 a { background-color: rgb(220,86,3); }

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

border-color css

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

 span { border-color: rgb(220,86,3); }

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