Html Css Color HEX #DC5307 Tenne (Tawny)

📋 copy color: '#DC5307'

red 220 ◦ green 83 ◦ blue 7

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

Shades of Tenne (Tawny) #DC5307

Tints of Tenne (Tawny) #DC5307

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.77%

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

R = 70.97%
G = 26.77%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC5307 (or 0xDC5307) is known color: Tenne (Tawny). HEX triplet: DC, 53 and 07. RGB value is (220,83,7). Sum of RGB (Red+Green+Blue) = 220+83+7=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5307 is #23ACF8. Grayscale: #737373. Windows color (decimal): -2338041 or 480220. OLE color: 480220.

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

Color convert

RGB 220 83 7 -
CMYK 0 0.62 0.97 0.14
HSL 21.41º 0.94% 0.45% -
HSV(B) 21.41º 0.97% 0.86% -
XYZ 32.65 21.42 2.61 -
YUV 115.3 66.89 202.68 -
System Red Green Blue C M Y K H S L
Decimal 220 83 7 0 0.62 0.97 0.14 21.41 0.94 0.45
Hex DC 53 7 0 3E 61 E 15 5E 2D
Octal 334 123 7 0 76 141 16 25 136 55
Binary 11011100 1010011 111 0 111110 1100001 1110 10101 1011110 101101

Color Harmonies of #DC5307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5307

Black with #DC5307

Text Example


Text Example

White with #DC5307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5307; }

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

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

background-color css

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

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

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

border-color css

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

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

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