Html Css Color HEX #DC5406 Tenne (Tawny)

📋 copy color: '#DC5406'

red 220 ◦ green 84 ◦ blue 6

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

Shades of Tenne (Tawny) #DC5406

Tints of Tenne (Tawny) #DC5406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.94%

R = 70.97%
G = 27.1%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC5406 (or 0xDC5406) is known color: Tenne (Tawny). HEX triplet: DC, 54 and 06. RGB value is (220,84,6). Sum of RGB (Red+Green+Blue) = 220+84+6=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5406 is #23ABF9. Grayscale: #747474. Windows color (decimal): -2337786 or 414940. OLE color: 414940.

HSL color Cylindrical-coordinate representation of color #DC5406: hue angle of 21.87º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC5406 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 84 6 -
CMYK 0 0.62 0.97 0.14
HSL 21.87º 0.95% 0.44% -
HSV(B) 21.87º 0.97% 0.86% -
XYZ 32.72 21.57 2.61 -
YUV 115.77 66.06 202.34 -
System Red Green Blue C M Y K H S L
Decimal 220 84 6 0 0.62 0.97 0.14 21.87 0.95 0.44
Hex DC 54 6 0 3E 61 E 16 5F 2C
Octal 334 124 6 0 76 141 16 26 137 54
Binary 11011100 1010100 110 0 111110 1100001 1110 10110 1011111 101100

Color Harmonies of #DC5406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5406

Black with #DC5406

Text Example


Text Example

White with #DC5406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5406; }

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

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

background-color css

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

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

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

border-color css

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

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

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