Html Css Color HEX #DC5A07 Tenne (Tawny)

📋 copy color: '#DC5A07'

red 220 ◦ green 90 ◦ blue 7

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

Shades of Tenne (Tawny) #DC5A07

Tints of Tenne (Tawny) #DC5A07

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.39%

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

R = 69.4%
G = 28.39%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC5A07 (or 0xDC5A07) is known color: Tenne (Tawny). HEX triplet: DC, 5A and 07. RGB value is (220,90,7). Sum of RGB (Red+Green+Blue) = 220+90+7=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5A07 is #23A5F8. Grayscale: #777777. Windows color (decimal): -2336249 or 482012. OLE color: 482012.

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

Color convert

RGB 220 90 7 -
CMYK 0 0.59 0.97 0.14
HSL 23.38º 0.94% 0.45% -
HSV(B) 23.38º 0.97% 0.86% -
XYZ 33.21 22.54 2.8 -
YUV 119.41 64.57 199.75 -
System Red Green Blue C M Y K H S L
Decimal 220 90 7 0 0.59 0.97 0.14 23.38 0.94 0.45
Hex DC 5A 7 0 3B 61 E 17 5E 2D
Octal 334 132 7 0 73 141 16 27 136 55
Binary 11011100 1011010 111 0 111011 1100001 1110 10111 1011110 101101

Color Harmonies of #DC5A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5A07

Black with #DC5A07

Text Example


Text Example

White with #DC5A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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