Html Css Color HEX #DC590C Tenne (Tawny)

📋 copy color: '#DC590C'

red 220 ◦ green 89 ◦ blue 12

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

Shades of Tenne (Tawny) #DC590C

Tints of Tenne (Tawny) #DC590C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.74%

R = 68.54%
G = 27.73%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC590C (or 0xDC590C) is known color: Tenne (Tawny). HEX triplet: DC, 59 and 0C. RGB value is (220,89,12). Sum of RGB (Red+Green+Blue) = 220+89+12=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC590C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC590C is #23A6F3. Grayscale: #777777. Windows color (decimal): -2336500 or 809436. OLE color: 809436.

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

Color convert

RGB 220 89 12 -
CMYK 0 0.60 0.95 0.14
HSL 22.21º 0.9% 0.45% -
HSV(B) 22.21º 0.95% 0.86% -
XYZ 33.15 22.39 2.92 -
YUV 119.39 67.4 199.76 -
System Red Green Blue C M Y K H S L
Decimal 220 89 12 0 0.60 0.95 0.14 22.21 0.9 0.45
Hex DC 59 C 0 3C 5F E 16 5A 2D
Octal 334 131 14 0 74 137 16 26 132 55
Binary 11011100 1011001 1100 0 111100 1011111 1110 10110 1011010 101101

Color Harmonies of #DC590C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC590C

Black with #DC590C

Text Example


Text Example

White with #DC590C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC590C; }

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

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

background-color css

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

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

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

border-color css

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

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

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