Html Css Color HEX #DC6309 Tenne (Tawny)

📋 copy color: '#DC6309'

red 220 ◦ green 99 ◦ blue 9

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

Shades of Tenne (Tawny) #DC6309

Tints of Tenne (Tawny) #DC6309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.74%

R = 67.07%
G = 30.18%
B = 2.74%

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

#DC6309 (or 0xDC6309) is known color: Tenne (Tawny). HEX triplet: DC, 63 and 09. RGB value is (220,99,9). Sum of RGB (Red+Green+Blue) = 220+99+9=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 9 (3.91% from 255 or 2.74% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6309 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6309 is #239CF6. Grayscale: #7D7D7D. Windows color (decimal): -2333943 or 615388. OLE color: 615388.

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

Color convert

RGB 220 99 9 -
CMYK 0 0.55 0.96 0.14
HSL 25.59º 0.92% 0.45% -
HSV(B) 25.59º 0.96% 0.86% -
XYZ 34.03 24.16 3.13 -
YUV 124.92 62.59 195.82 -
System Red Green Blue C M Y K H S L
Decimal 220 99 9 0 0.55 0.96 0.14 25.59 0.92 0.45
Hex DC 63 9 0 37 60 E 1A 5C 2D
Octal 334 143 11 0 67 140 16 32 134 55
Binary 11011100 1100011 1001 0 110111 1100000 1110 11010 1011100 101101

Color Harmonies of #DC6309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6309

Black with #DC6309

Text Example


Text Example

White with #DC6309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6309; }

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

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

background-color css

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

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

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

border-color css

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

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

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