Html Css Color HEX #DC580C Tenne (Tawny)

📋 copy color: '#DC580C'

red 220 ◦ green 88 ◦ blue 12

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

Shades of Tenne (Tawny) #DC580C

Tints of Tenne (Tawny) #DC580C

RGB

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

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

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

R = 68.75%
G = 27.5%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC580C (or 0xDC580C) is known color: Tenne (Tawny). HEX triplet: DC, 58 and 0C. RGB value is (220,88,12). Sum of RGB (Red+Green+Blue) = 220+88+12=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC580C is #23A7F3. Grayscale: #777777. Windows color (decimal): -2336756 or 809180. OLE color: 809180.

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

Color convert

RGB 220 88 12 -
CMYK 0 0.6 0.95 0.14
HSL 21.92º 0.9% 0.45% -
HSV(B) 21.92º 0.95% 0.86% -
XYZ 33.07 22.22 2.89 -
YUV 118.8 67.73 200.18 -
System Red Green Blue C M Y K H S L
Decimal 220 88 12 0 0.6 0.95 0.14 21.92 0.9 0.45
Hex DC 58 C 0 3C 5F E 16 5A 2D
Octal 334 130 14 0 74 137 16 26 132 55
Binary 11011100 1011000 1100 0 111100 1011111 1110 10110 1011010 101101

Color Harmonies of #DC580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC580C

Black with #DC580C

Text Example


Text Example

White with #DC580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC580C; }

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

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

background-color css

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

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

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

border-color css

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

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

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