Html Css Color HEX #DC5808 Tenne (Tawny)

📋 copy color: '#DC5808'

red 220 ◦ green 88 ◦ blue 8

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

Shades of Tenne (Tawny) #DC5808

Tints of Tenne (Tawny) #DC5808

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.85%

 BLUE value IS 8 (3.52% from 255) = 2.53%

R = 69.62%
G = 27.85%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC5808 (or 0xDC5808) is known color: Tenne (Tawny). HEX triplet: DC, 58 and 08. RGB value is (220,88,8). Sum of RGB (Red+Green+Blue) = 220+88+8=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5808 is #23A7F7. Grayscale: #767676. Windows color (decimal): -2336760 or 547036. OLE color: 547036.

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

Color convert

RGB 220 88 8 -
CMYK 0 0.6 0.96 0.14
HSL 22.64º 0.93% 0.45% -
HSV(B) 22.64º 0.96% 0.86% -
XYZ 33.05 22.21 2.78 -
YUV 118.35 65.73 200.5 -
System Red Green Blue C M Y K H S L
Decimal 220 88 8 0 0.6 0.96 0.14 22.64 0.93 0.45
Hex DC 58 8 0 3C 60 E 17 5D 2D
Octal 334 130 10 0 74 140 16 27 135 55
Binary 11011100 1011000 1000 0 111100 1100000 1110 10111 1011101 101101

Color Harmonies of #DC5808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5808

Black with #DC5808

Text Example


Text Example

White with #DC5808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5808; }

 p { color: rgb(220,88,8); }

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

background-color css

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

 a { background-color: rgb(220,88,8); }

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

border-color css

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

 span { border-color: rgb(220,88,8); }

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