Html Css Color HEX #DC580D Tenne (Tawny)

📋 copy color: '#DC580D'

red 220 ◦ green 88 ◦ blue 13

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

Shades of Tenne (Tawny) #DC580D

Tints of Tenne (Tawny) #DC580D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.05%

R = 68.54%
G = 27.41%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC580D (or 0xDC580D) is known color: Tenne (Tawny). HEX triplet: DC, 58 and 0D. RGB value is (220,88,13). Sum of RGB (Red+Green+Blue) = 220+88+13=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC580D is #23A7F2. Grayscale: #777777. Windows color (decimal): -2336755 or 874716. OLE color: 874716.

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

Color convert

RGB 220 88 13 -
CMYK 0 0.6 0.94 0.14
HSL 21.74º 0.89% 0.46% -
HSV(B) 21.74º 0.94% 0.86% -
XYZ 33.08 22.22 2.93 -
YUV 118.92 68.23 200.1 -
System Red Green Blue C M Y K H S L
Decimal 220 88 13 0 0.6 0.94 0.14 21.74 0.89 0.46
Hex DC 58 D 0 3C 5E E 16 59 2E
Octal 334 130 15 0 74 136 16 26 131 56
Binary 11011100 1011000 1101 0 111100 1011110 1110 10110 1011001 101110

Color Harmonies of #DC580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC580D

Black with #DC580D

Text Example


Text Example

White with #DC580D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC580D; }

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

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

background-color css

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

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

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

border-color css

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

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

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