Html Css Color HEX #DC6003 Tenne (Tawny)

📋 copy color: '#DC6003'

red 220 ◦ green 96 ◦ blue 3

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

Shades of Tenne (Tawny) #DC6003

Tints of Tenne (Tawny) #DC6003

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.09%

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

R = 68.97%
G = 30.09%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC6003 (or 0xDC6003) is known color: Tenne (Tawny). HEX triplet: DC, 60 and 03. RGB value is (220,96,3). Sum of RGB (Red+Green+Blue) = 220+96+3=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6003 is #239FFC. Grayscale: #7A7A7A. Windows color (decimal): -2334717 or 221404. OLE color: 221404.

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

Color convert

RGB 220 96 3 -
CMYK 0 0.56 0.99 0.14
HSL 25.71º 0.97% 0.44% -
HSV(B) 25.71º 0.99% 0.86% -
XYZ 33.71 23.59 2.86 -
YUV 122.47 60.58 197.56 -
System Red Green Blue C M Y K H S L
Decimal 220 96 3 0 0.56 0.99 0.14 25.71 0.97 0.44
Hex DC 60 3 0 38 63 E 1A 61 2C
Octal 334 140 3 0 70 143 16 32 141 54
Binary 11011100 1100000 11 0 111000 1100011 1110 11010 1100001 101100

Color Harmonies of #DC6003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6003

Black with #DC6003

Text Example


Text Example

White with #DC6003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6003; }

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

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

background-color css

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

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

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

border-color css

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

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

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