Html Css Color HEX #DC5105 Tenne (Tawny)

📋 copy color: '#DC5105'

red 220 ◦ green 81 ◦ blue 5

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

Shades of Tenne (Tawny) #DC5105

Tints of Tenne (Tawny) #DC5105

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.47%

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

R = 71.9%
G = 26.47%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC5105 (or 0xDC5105) is known color: Tenne (Tawny). HEX triplet: DC, 51 and 05. RGB value is (220,81,5). Sum of RGB (Red+Green+Blue) = 220+81+5=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5105 is #23AEFA. Grayscale: #727272. Windows color (decimal): -2338555 or 348636. OLE color: 348636.

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

Color convert

RGB 220 81 5 -
CMYK 0 0.63 0.98 0.14
HSL 21.21º 0.96% 0.44% -
HSV(B) 21.21º 0.98% 0.86% -
XYZ 32.49 21.11 2.51 -
YUV 113.9 66.55 203.68 -
System Red Green Blue C M Y K H S L
Decimal 220 81 5 0 0.63 0.98 0.14 21.21 0.96 0.44
Hex DC 51 5 0 3F 62 E 15 60 2C
Octal 334 121 5 0 77 142 16 25 140 54
Binary 11011100 1010001 101 0 111111 1100010 1110 10101 1100000 101100

Color Harmonies of #DC5105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5105

Black with #DC5105

Text Example


Text Example

White with #DC5105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5105; }

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

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

background-color css

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

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

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

border-color css

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

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

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