Html Css Color HEX #DC5503 Tenne (Tawny)

📋 copy color: '#DC5503'

red 220 ◦ green 85 ◦ blue 3

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

Shades of Tenne (Tawny) #DC5503

Tints of Tenne (Tawny) #DC5503

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.6%

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

R = 71.43%
G = 27.6%
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

#DC5503 (or 0xDC5503) is known color: Tenne (Tawny). HEX triplet: DC, 55 and 03. RGB value is (220,85,3). Sum of RGB (Red+Green+Blue) = 220+85+3=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5503 is #23AAFC. Grayscale: #747474. Windows color (decimal): -2337533 or 218588. OLE color: 218588.

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

Color convert

RGB 220 85 3 -
CMYK 0 0.61 0.99 0.14
HSL 22.67º 0.97% 0.44% -
HSV(B) 22.67º 0.99% 0.86% -
XYZ 32.78 21.72 2.55 -
YUV 116.02 64.23 202.17 -
System Red Green Blue C M Y K H S L
Decimal 220 85 3 0 0.61 0.99 0.14 22.67 0.97 0.44
Hex DC 55 3 0 3D 63 E 17 61 2C
Octal 334 125 3 0 75 143 16 27 141 54
Binary 11011100 1010101 11 0 111101 1100011 1110 10111 1100001 101100

Color Harmonies of #DC5503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5503

Black with #DC5503

Text Example


Text Example

White with #DC5503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5503; }

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

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

background-color css

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

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

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

border-color css

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

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

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