Html Css Color HEX #DC6307 Tenne (Tawny)

📋 copy color: '#DC6307'

red 220 ◦ green 99 ◦ blue 7

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

Shades of Tenne (Tawny) #DC6307

Tints of Tenne (Tawny) #DC6307

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.37%

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

R = 67.48%
G = 30.37%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC6307 (or 0xDC6307) is known color: Tenne (Tawny). HEX triplet: DC, 63 and 07. RGB value is (220,99,7). Sum of RGB (Red+Green+Blue) = 220+99+7=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6307 is #239CF8. Grayscale: #7D7D7D. Windows color (decimal): -2333945 or 484316. OLE color: 484316.

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

Color convert

RGB 220 99 7 -
CMYK 0 0.55 0.97 0.14
HSL 25.92º 0.94% 0.45% -
HSV(B) 25.92º 0.97% 0.86% -
XYZ 34.02 24.15 3.07 -
YUV 124.69 61.59 195.98 -
System Red Green Blue C M Y K H S L
Decimal 220 99 7 0 0.55 0.97 0.14 25.92 0.94 0.45
Hex DC 63 7 0 37 61 E 1A 5E 2D
Octal 334 143 7 0 67 141 16 32 136 55
Binary 11011100 1100011 111 0 110111 1100001 1110 11010 1011110 101101

Color Harmonies of #DC6307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6307

Black with #DC6307

Text Example


Text Example

White with #DC6307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6307; }

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

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

background-color css

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

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

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

border-color css

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

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

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