Html Css Color HEX #DC6005 Tenne (Tawny)

📋 copy color: '#DC6005'

red 220 ◦ green 96 ◦ blue 5

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

Shades of Tenne (Tawny) #DC6005

Tints of Tenne (Tawny) #DC6005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.56%

R = 68.54%
G = 29.91%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC6005 (or 0xDC6005) is known color: Tenne (Tawny). HEX triplet: DC, 60 and 05. RGB value is (220,96,5). Sum of RGB (Red+Green+Blue) = 220+96+5=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6005 is #239FFA. Grayscale: #7B7B7B. Windows color (decimal): -2334715 or 352476. OLE color: 352476.

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

Color convert

RGB 220 96 5 -
CMYK 0 0.56 0.98 0.14
HSL 25.4º 0.96% 0.44% -
HSV(B) 25.4º 0.98% 0.86% -
XYZ 33.73 23.59 2.92 -
YUV 122.7 61.58 197.4 -
System Red Green Blue C M Y K H S L
Decimal 220 96 5 0 0.56 0.98 0.14 25.4 0.96 0.44
Hex DC 60 5 0 38 62 E 19 60 2C
Octal 334 140 5 0 70 142 16 31 140 54
Binary 11011100 1100000 101 0 111000 1100010 1110 11001 1100000 101100

Color Harmonies of #DC6005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6005

Black with #DC6005

Text Example


Text Example

White with #DC6005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6005; }

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

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

background-color css

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

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

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

border-color css

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

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

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