Html Css Color HEX #DC5E07 Tenne (Tawny)

📋 copy color: '#DC5E07'

red 220 ◦ green 94 ◦ blue 7

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

Shades of Tenne (Tawny) #DC5E07

Tints of Tenne (Tawny) #DC5E07

RGB

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

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

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

R = 68.54%
G = 29.28%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC5E07 (or 0xDC5E07) is known color: Tenne (Tawny). HEX triplet: DC, 5E and 07. RGB value is (220,94,7). Sum of RGB (Red+Green+Blue) = 220+94+7=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5E07 is #23A1F8. Grayscale: #7A7A7A. Windows color (decimal): -2335225 or 483036. OLE color: 483036.

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

Color convert

RGB 220 94 7 -
CMYK 0 0.57 0.97 0.14
HSL 24.51º 0.94% 0.45% -
HSV(B) 24.51º 0.97% 0.86% -
XYZ 33.56 23.24 2.92 -
YUV 121.76 63.24 198.07 -
System Red Green Blue C M Y K H S L
Decimal 220 94 7 0 0.57 0.97 0.14 24.51 0.94 0.45
Hex DC 5E 7 0 39 61 E 19 5E 2D
Octal 334 136 7 0 71 141 16 31 136 55
Binary 11011100 1011110 111 0 111001 1100001 1110 11001 1011110 101101

Color Harmonies of #DC5E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E07

Black with #DC5E07

Text Example


Text Example

White with #DC5E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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