Html Css Color HEX #DC6206 Tenne (Tawny)

📋 copy color: '#DC6206'

red 220 ◦ green 98 ◦ blue 6

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

Shades of Tenne (Tawny) #DC6206

Tints of Tenne (Tawny) #DC6206

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.25%

 BLUE value IS 6 (2.73% from 255) = 1.85%

R = 67.9%
G = 30.25%
B = 1.85%

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

#DC6206 (or 0xDC6206) is known color: Tenne (Tawny). HEX triplet: DC, 62 and 06. RGB value is (220,98,6). Sum of RGB (Red+Green+Blue) = 220+98+6=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6206 is #239DF9. Grayscale: #7C7C7C. Windows color (decimal): -2334202 or 418524. OLE color: 418524.

HSL color Cylindrical-coordinate representation of color #DC6206: hue angle of 25.79º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC6206 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 98 6 -
CMYK 0 0.55 0.97 0.14
HSL 25.79º 0.95% 0.44% -
HSV(B) 25.79º 0.97% 0.86% -
XYZ 33.92 23.96 3.01 -
YUV 123.99 61.42 196.48 -
System Red Green Blue C M Y K H S L
Decimal 220 98 6 0 0.55 0.97 0.14 25.79 0.95 0.44
Hex DC 62 6 0 37 61 E 1A 5F 2C
Octal 334 142 6 0 67 141 16 32 137 54
Binary 11011100 1100010 110 0 110111 1100001 1110 11010 1011111 101100

Color Harmonies of #DC6206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6206

Black with #DC6206

Text Example


Text Example

White with #DC6206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6206; }

 p { color: rgb(220,98,6); }

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

background-color css

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

 a { background-color: rgb(220,98,6); }

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

border-color css

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

 span { border-color: rgb(220,98,6); }

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