Html Css Color HEX #DC5F03 Tenne (Tawny)

📋 copy color: '#DC5F03'

red 220 ◦ green 95 ◦ blue 3

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

Shades of Tenne (Tawny) #DC5F03

Tints of Tenne (Tawny) #DC5F03

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.87%

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

R = 69.18%
G = 29.87%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC5F03 (or 0xDC5F03) is known color: Tenne (Tawny). HEX triplet: DC, 5F and 03. RGB value is (220,95,3). Sum of RGB (Red+Green+Blue) = 220+95+3=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5F03 is #23A0FC. Grayscale: #7A7A7A. Windows color (decimal): -2334973 or 221148. OLE color: 221148.

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

Color convert

RGB 220 95 3 -
CMYK 0 0.57 0.99 0.14
HSL 25.44º 0.97% 0.44% -
HSV(B) 25.44º 0.99% 0.86% -
XYZ 33.62 23.41 2.83 -
YUV 121.89 60.91 197.98 -
System Red Green Blue C M Y K H S L
Decimal 220 95 3 0 0.57 0.99 0.14 25.44 0.97 0.44
Hex DC 5F 3 0 39 63 E 19 61 2C
Octal 334 137 3 0 71 143 16 31 141 54
Binary 11011100 1011111 11 0 111001 1100011 1110 11001 1100001 101100

Color Harmonies of #DC5F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F03

Black with #DC5F03

Text Example


Text Example

White with #DC5F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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