Html Css Color HEX #DC5E0A Tenne (Tawny)

📋 copy color: '#DC5E0A'

red 220 ◦ green 94 ◦ blue 10

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

Shades of Tenne (Tawny) #DC5E0A

Tints of Tenne (Tawny) #DC5E0A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.01%

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

R = 67.9%
G = 29.01%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC5E0A (or 0xDC5E0A) is known color: Tenne (Tawny). HEX triplet: DC, 5E and 0A. RGB value is (220,94,10). Sum of RGB (Red+Green+Blue) = 220+94+10=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5E0A is #23A1F5. Grayscale: #7A7A7A. Windows color (decimal): -2335222 or 679644. OLE color: 679644.

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

Color convert

RGB 220 94 10 -
CMYK 0 0.57 0.95 0.14
HSL 24º 0.91% 0.45% -
HSV(B) 24º 0.95% 0.86% -
XYZ 33.57 23.24 3 -
YUV 122.1 64.74 197.83 -
System Red Green Blue C M Y K H S L
Decimal 220 94 10 0 0.57 0.95 0.14 24 0.91 0.45
Hex DC 5E A 0 39 5F E 18 5B 2D
Octal 334 136 12 0 71 137 16 30 133 55
Binary 11011100 1011110 1010 0 111001 1011111 1110 11000 1011011 101101

Color Harmonies of #DC5E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E0A

Black with #DC5E0A

Text Example


Text Example

White with #DC5E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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