Html Css Color HEX #DC540A Tenne (Tawny)

📋 copy color: '#DC540A'

red 220 ◦ green 84 ◦ blue 10

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

Shades of Tenne (Tawny) #DC540A

Tints of Tenne (Tawny) #DC540A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.75%

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

R = 70.06%
G = 26.75%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC540A (or 0xDC540A) is known color: Tenne (Tawny). HEX triplet: DC, 54 and 0A. RGB value is (220,84,10). Sum of RGB (Red+Green+Blue) = 220+84+10=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC540A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC540A is #23ABF5. Grayscale: #747474. Windows color (decimal): -2337782 or 677084. OLE color: 677084.

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

Color convert

RGB 220 84 10 -
CMYK 0 0.62 0.95 0.14
HSL 21.14º 0.91% 0.45% -
HSV(B) 21.14º 0.95% 0.86% -
XYZ 32.74 21.58 2.73 -
YUV 116.23 68.06 202.02 -
System Red Green Blue C M Y K H S L
Decimal 220 84 10 0 0.62 0.95 0.14 21.14 0.91 0.45
Hex DC 54 A 0 3E 5F E 15 5B 2D
Octal 334 124 12 0 76 137 16 25 133 55
Binary 11011100 1010100 1010 0 111110 1011111 1110 10101 1011011 101101

Color Harmonies of #DC540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC540A

Black with #DC540A

Text Example


Text Example

White with #DC540A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC540A; }

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

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

background-color css

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

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

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

border-color css

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

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

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