Html Css Color HEX #DC5A0C Tenne (Tawny)

📋 copy color: '#DC5A0C'

red 220 ◦ green 90 ◦ blue 12

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

Shades of Tenne (Tawny) #DC5A0C

Tints of Tenne (Tawny) #DC5A0C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.95%

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

R = 68.32%
G = 27.95%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC5A0C (or 0xDC5A0C) is known color: Tenne (Tawny). HEX triplet: DC, 5A and 0C. RGB value is (220,90,12). Sum of RGB (Red+Green+Blue) = 220+90+12=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5A0C is #23A5F3. Grayscale: #787878. Windows color (decimal): -2336244 or 809692. OLE color: 809692.

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

Color convert

RGB 220 90 12 -
CMYK 0 0.59 0.95 0.14
HSL 22.5º 0.9% 0.45% -
HSV(B) 22.5º 0.95% 0.86% -
XYZ 33.24 22.55 2.95 -
YUV 119.98 67.07 199.34 -
System Red Green Blue C M Y K H S L
Decimal 220 90 12 0 0.59 0.95 0.14 22.5 0.9 0.45
Hex DC 5A C 0 3B 5F E 16 5A 2D
Octal 334 132 14 0 73 137 16 26 132 55
Binary 11011100 1011010 1100 0 111011 1011111 1110 10110 1011010 101101

Color Harmonies of #DC5A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5A0C

Black with #DC5A0C

Text Example


Text Example

White with #DC5A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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