Html Css Color HEX #DC550C Tenne (Tawny)

📋 copy color: '#DC550C'

red 220 ◦ green 85 ◦ blue 12

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

Shades of Tenne (Tawny) #DC550C

Tints of Tenne (Tawny) #DC550C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.81%

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

R = 69.4%
G = 26.81%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC550C (or 0xDC550C) is known color: Tenne (Tawny). HEX triplet: DC, 55 and 0C. RGB value is (220,85,12). Sum of RGB (Red+Green+Blue) = 220+85+12=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC550C is #23AAF3. Grayscale: #757575. Windows color (decimal): -2337524 or 808412. OLE color: 808412.

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

Color convert

RGB 220 85 12 -
CMYK 0 0.61 0.95 0.14
HSL 21.06º 0.9% 0.45% -
HSV(B) 21.06º 0.95% 0.86% -
XYZ 32.83 21.74 2.81 -
YUV 117.04 68.73 201.44 -
System Red Green Blue C M Y K H S L
Decimal 220 85 12 0 0.61 0.95 0.14 21.06 0.9 0.45
Hex DC 55 C 0 3D 5F E 15 5A 2D
Octal 334 125 14 0 75 137 16 25 132 55
Binary 11011100 1010101 1100 0 111101 1011111 1110 10101 1011010 101101

Color Harmonies of #DC550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC550C

Black with #DC550C

Text Example


Text Example

White with #DC550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC550C; }

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

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

background-color css

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

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

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

border-color css

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

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

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