Html Css Color HEX #DC5D03 Tenne (Tawny)

📋 copy color: '#DC5D03'

red 220 ◦ green 93 ◦ blue 3

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

Shades of Tenne (Tawny) #DC5D03

Tints of Tenne (Tawny) #DC5D03

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.43%

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

R = 69.62%
G = 29.43%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC5D03 (or 0xDC5D03) is known color: Tenne (Tawny). HEX triplet: DC, 5D and 03. RGB value is (220,93,3). Sum of RGB (Red+Green+Blue) = 220+93+3=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 3 (1.56% from 255 or 0.95% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5D03 is #23A2FC. Grayscale: #797979. Windows color (decimal): -2335485 or 220636. OLE color: 220636.

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

Color convert

RGB 220 93 3 -
CMYK 0 0.58 0.99 0.14
HSL 24.88º 0.97% 0.44% -
HSV(B) 24.88º 0.99% 0.86% -
XYZ 33.45 23.05 2.77 -
YUV 120.71 61.58 198.82 -
System Red Green Blue C M Y K H S L
Decimal 220 93 3 0 0.58 0.99 0.14 24.88 0.97 0.44
Hex DC 5D 3 0 3A 63 E 19 61 2C
Octal 334 135 3 0 72 143 16 31 141 54
Binary 11011100 1011101 11 0 111010 1100011 1110 11001 1100001 101100

Color Harmonies of #DC5D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D03

Black with #DC5D03

Text Example


Text Example

White with #DC5D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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