Html Css Color HEX #DC6308 Tenne (Tawny)

📋 copy color: '#DC6308'

red 220 ◦ green 99 ◦ blue 8

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

Shades of Tenne (Tawny) #DC6308

Tints of Tenne (Tawny) #DC6308

RGB

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

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

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

R = 67.28%
G = 30.28%
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

#DC6308 (or 0xDC6308) is known color: Tenne (Tawny). HEX triplet: DC, 63 and 08. RGB value is (220,99,8). Sum of RGB (Red+Green+Blue) = 220+99+8=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6308 is #239CF7. Grayscale: #7D7D7D. Windows color (decimal): -2333944 or 549852. OLE color: 549852.

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

Color convert

RGB 220 99 8 -
CMYK 0 0.55 0.96 0.14
HSL 25.75º 0.93% 0.45% -
HSV(B) 25.75º 0.96% 0.86% -
XYZ 34.02 24.16 3.1 -
YUV 124.81 62.09 195.9 -
System Red Green Blue C M Y K H S L
Decimal 220 99 8 0 0.55 0.96 0.14 25.75 0.93 0.45
Hex DC 63 8 0 37 60 E 1A 5D 2D
Octal 334 143 10 0 67 140 16 32 135 55
Binary 11011100 1100011 1000 0 110111 1100000 1110 11010 1011101 101101

Color Harmonies of #DC6308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6308

Black with #DC6308

Text Example


Text Example

White with #DC6308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6308; }

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

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

background-color css

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

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

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

border-color css

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

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

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