Html Css Color HEX #DC5908 Tenne (Tawny)

📋 copy color: '#DC5908'

red 220 ◦ green 89 ◦ blue 8

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

Shades of Tenne (Tawny) #DC5908

Tints of Tenne (Tawny) #DC5908

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.08%

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

R = 69.4%
G = 28.08%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC5908 (or 0xDC5908) is known color: Tenne (Tawny). HEX triplet: DC, 59 and 08. RGB value is (220,89,8). Sum of RGB (Red+Green+Blue) = 220+89+8=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5908 is #23A6F7. Grayscale: #777777. Windows color (decimal): -2336504 or 547292. OLE color: 547292.

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

Color convert

RGB 220 89 8 -
CMYK 0 0.60 0.96 0.14
HSL 22.92º 0.93% 0.45% -
HSV(B) 22.92º 0.96% 0.86% -
XYZ 33.13 22.38 2.8 -
YUV 118.94 65.4 200.09 -
System Red Green Blue C M Y K H S L
Decimal 220 89 8 0 0.60 0.96 0.14 22.92 0.93 0.45
Hex DC 59 8 0 3C 60 E 17 5D 2D
Octal 334 131 10 0 74 140 16 27 135 55
Binary 11011100 1011001 1000 0 111100 1100000 1110 10111 1011101 101101

Color Harmonies of #DC5908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5908

Black with #DC5908

Text Example


Text Example

White with #DC5908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5908; }

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

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

background-color css

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

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

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

border-color css

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

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

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