#DC4E05

Color #DC4E05 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #DC4E05

Tints of Tenne (Tawny) #DC4E05

Color information

#DC4E05 (or 0xDC4E05) is unknown color: approx Tenne (Tawny). HEX triplet: DC, 4E and 05. RGB value is (220,78,5). Sum of RGB (Red+Green+Blue) = 220+78+5=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4E05 is #23B1FA. Grayscale: #707070. Windows color (decimal): -2339323 or 347868. OLE color: 347868.

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

Color convert

RGB220785-
CMYK00.650.980.14
HSL20.37º95.56%44.12%-
HSV(B)20.37º97.73%86.27%-
XYZ32.2720.682.43-
YUV112.1467.54204.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 72.61%
GREEN value IS 78 (30.86% from 255) = 25.74%
BLUE value IS 5 (2.34% from 255) = 1.65%
R=72.61%
G=25.74%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.98
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22078500.650.980.1420.3795.5644.12
HexDC4E504162E14602c
Octal33411650101142162414054
Binary1101110010011101010100000111000101110101001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4E05; }

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

 H1.HeaderClassName
 {
   color: #DC4E05;
 }
 .AnyTagClassName
 {
   color: #DC4E05;
 }
</style>
background-color css

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

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

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

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

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

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