Html Css Color HEX #DC570C Tenne (Tawny)

📋 copy color: '#DC570C'

red 220 ◦ green 87 ◦ blue 12

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

Shades of Tenne (Tawny) #DC570C

Tints of Tenne (Tawny) #DC570C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.27%

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

R = 68.97%
G = 27.27%
B = 3.76%

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

#DC570C (or 0xDC570C) is known color: Tenne (Tawny). HEX triplet: DC, 57 and 0C. RGB value is (220,87,12). Sum of RGB (Red+Green+Blue) = 220+87+12=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC570C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC570C is #23A8F3. Grayscale: #767676. Windows color (decimal): -2337012 or 808924. OLE color: 808924.

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

Color convert

RGB 220 87 12 -
CMYK 0 0.60 0.95 0.14
HSL 21.63º 0.9% 0.45% -
HSV(B) 21.63º 0.95% 0.86% -
XYZ 32.99 22.06 2.87 -
YUV 118.22 68.06 200.6 -
System Red Green Blue C M Y K H S L
Decimal 220 87 12 0 0.60 0.95 0.14 21.63 0.9 0.45
Hex DC 57 C 0 3C 5F E 16 5A 2D
Octal 334 127 14 0 74 137 16 26 132 55
Binary 11011100 1010111 1100 0 111100 1011111 1110 10110 1011010 101101

Color Harmonies of #DC570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC570C

Black with #DC570C

Text Example


Text Example

White with #DC570C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC570C; }

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

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

background-color css

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

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

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

border-color css

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

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

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