Html Css Color HEX #DC4E07 Tenne (Tawny)

📋 copy color: '#DC4E07'

red 220 ◦ green 78 ◦ blue 7

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

Shades of Tenne (Tawny) #DC4E07

Tints of Tenne (Tawny) #DC4E07

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.57%

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

R = 72.13%
G = 25.57%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC4E07 (or 0xDC4E07) is known color: Tenne (Tawny). HEX triplet: DC, 4E and 07. RGB value is (220,78,7). Sum of RGB (Red+Green+Blue) = 220+78+7=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4E07 is #23B1F8. Grayscale: #707070. Windows color (decimal): -2339321 or 478940. OLE color: 478940.

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

Color convert

RGB 220 78 7 -
CMYK 0 0.65 0.97 0.14
HSL 20º 0.94% 0.45% -
HSV(B) 20º 0.97% 0.86% -
XYZ 32.28 20.68 2.49 -
YUV 112.36 68.54 204.77 -
System Red Green Blue C M Y K H S L
Decimal 220 78 7 0 0.65 0.97 0.14 20 0.94 0.45
Hex DC 4E 7 0 41 61 E 14 5E 2D
Octal 334 116 7 0 101 141 16 24 136 55
Binary 11011100 1001110 111 0 1000001 1100001 1110 10100 1011110 101101

Color Harmonies of #DC4E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4E07

Black with #DC4E07

Text Example


Text Example

White with #DC4E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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