Html Css Color HEX #DC570A Tenne (Tawny)

📋 copy color: '#DC570A'

red 220 ◦ green 87 ◦ blue 10

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

Shades of Tenne (Tawny) #DC570A

Tints of Tenne (Tawny) #DC570A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.15%

R = 69.4%
G = 27.44%
B = 3.15%

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

#DC570A (or 0xDC570A) is known color: Tenne (Tawny). HEX triplet: DC, 57 and 0A. RGB value is (220,87,10). Sum of RGB (Red+Green+Blue) = 220+87+10=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC570A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC570A is #23A8F5. Grayscale: #767676. Windows color (decimal): -2337014 or 677852. OLE color: 677852.

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

Color convert

RGB 220 87 10 -
CMYK 0 0.60 0.95 0.14
HSL 22º 0.91% 0.45% -
HSV(B) 22º 0.95% 0.86% -
XYZ 32.98 22.05 2.81 -
YUV 117.99 67.06 200.76 -
System Red Green Blue C M Y K H S L
Decimal 220 87 10 0 0.60 0.95 0.14 22 0.91 0.45
Hex DC 57 A 0 3C 5F E 16 5B 2D
Octal 334 127 12 0 74 137 16 26 133 55
Binary 11011100 1010111 1010 0 111100 1011111 1110 10110 1011011 101101

Color Harmonies of #DC570A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC570A

Black with #DC570A

Text Example


Text Example

White with #DC570A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC570A; }

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

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

background-color css

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

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

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

border-color css

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

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

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