Html Css Color HEX #DC5D07 Tenne (Tawny)

📋 copy color: '#DC5D07'

red 220 ◦ green 93 ◦ blue 7

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

Shades of Tenne (Tawny) #DC5D07

Tints of Tenne (Tawny) #DC5D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.19%

R = 68.75%
G = 29.06%
B = 2.19%

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

#DC5D07 (or 0xDC5D07) is known color: Tenne (Tawny). HEX triplet: DC, 5D and 07. RGB value is (220,93,7). Sum of RGB (Red+Green+Blue) = 220+93+7=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5D07 is #23A2F8. Grayscale: #797979. Windows color (decimal): -2335481 or 482780. OLE color: 482780.

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

Color convert

RGB 220 93 7 -
CMYK 0 0.58 0.97 0.14
HSL 24.23º 0.94% 0.45% -
HSV(B) 24.23º 0.97% 0.86% -
XYZ 33.47 23.06 2.89 -
YUV 121.17 63.58 198.49 -
System Red Green Blue C M Y K H S L
Decimal 220 93 7 0 0.58 0.97 0.14 24.23 0.94 0.45
Hex DC 5D 7 0 3A 61 E 18 5E 2D
Octal 334 135 7 0 72 141 16 30 136 55
Binary 11011100 1011101 111 0 111010 1100001 1110 11000 1011110 101101

Color Harmonies of #DC5D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D07

Black with #DC5D07

Text Example


Text Example

White with #DC5D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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