Html Css Color HEX #DC6208 Tenne (Tawny)

📋 copy color: '#DC6208'

red 220 ◦ green 98 ◦ blue 8

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

Shades of Tenne (Tawny) #DC6208

Tints of Tenne (Tawny) #DC6208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 67.48%
G = 30.06%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC6208 (or 0xDC6208) is known color: Tenne (Tawny). HEX triplet: DC, 62 and 08. RGB value is (220,98,8). Sum of RGB (Red+Green+Blue) = 220+98+8=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6208 is #239DF7. Grayscale: #7C7C7C. Windows color (decimal): -2334200 or 549596. OLE color: 549596.

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

Color convert

RGB 220 98 8 -
CMYK 0 0.55 0.96 0.14
HSL 25.47º 0.93% 0.45% -
HSV(B) 25.47º 0.96% 0.86% -
XYZ 33.93 23.97 3.07 -
YUV 124.22 62.42 196.32 -
System Red Green Blue C M Y K H S L
Decimal 220 98 8 0 0.55 0.96 0.14 25.47 0.93 0.45
Hex DC 62 8 0 37 60 E 19 5D 2D
Octal 334 142 10 0 67 140 16 31 135 55
Binary 11011100 1100010 1000 0 110111 1100000 1110 11001 1011101 101101

Color Harmonies of #DC6208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6208

Black with #DC6208

Text Example


Text Example

White with #DC6208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6208; }

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

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

background-color css

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

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

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

border-color css

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

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

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