Html Css Color HEX #DC5D06 Tenne (Tawny)

📋 copy color: '#DC5D06'

red 220 ◦ green 93 ◦ blue 6

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

Shades of Tenne (Tawny) #DC5D06

Tints of Tenne (Tawny) #DC5D06

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.15%

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

R = 68.97%
G = 29.15%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC5D06 (or 0xDC5D06) is known color: Tenne (Tawny). HEX triplet: DC, 5D and 06. RGB value is (220,93,6). Sum of RGB (Red+Green+Blue) = 220+93+6=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5D06 is #23A2F9. Grayscale: #797979. Windows color (decimal): -2335482 or 417244. OLE color: 417244.

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

Color convert

RGB 220 93 6 -
CMYK 0 0.58 0.97 0.14
HSL 24.39º 0.95% 0.44% -
HSV(B) 24.39º 0.97% 0.86% -
XYZ 33.46 23.06 2.86 -
YUV 121.06 63.08 198.57 -
System Red Green Blue C M Y K H S L
Decimal 220 93 6 0 0.58 0.97 0.14 24.39 0.95 0.44
Hex DC 5D 6 0 3A 61 E 18 5F 2C
Octal 334 135 6 0 72 141 16 30 137 54
Binary 11011100 1011101 110 0 111010 1100001 1110 11000 1011111 101100

Color Harmonies of #DC5D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D06

Black with #DC5D06

Text Example


Text Example

White with #DC5D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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