Html Css Color HEX #DC6109 Tenne (Tawny)

📋 copy color: '#DC6109'

red 220 ◦ green 97 ◦ blue 9

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

Shades of Tenne (Tawny) #DC6109

Tints of Tenne (Tawny) #DC6109

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.75%

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

R = 67.48%
G = 29.75%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC6109 (or 0xDC6109) is known color: Tenne (Tawny). HEX triplet: DC, 61 and 09. RGB value is (220,97,9). Sum of RGB (Red+Green+Blue) = 220+97+9=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6109 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6109 is #239EF6. Grayscale: #7C7C7C. Windows color (decimal): -2334455 or 614876. OLE color: 614876.

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

Color convert

RGB 220 97 9 -
CMYK 0 0.56 0.96 0.14
HSL 25.02º 0.92% 0.45% -
HSV(B) 25.02º 0.96% 0.86% -
XYZ 33.84 23.78 3.07 -
YUV 123.75 63.25 196.66 -
System Red Green Blue C M Y K H S L
Decimal 220 97 9 0 0.56 0.96 0.14 25.02 0.92 0.45
Hex DC 61 9 0 38 60 E 19 5C 2D
Octal 334 141 11 0 70 140 16 31 134 55
Binary 11011100 1100001 1001 0 111000 1100000 1110 11001 1011100 101101

Color Harmonies of #DC6109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6109

Black with #DC6109

Text Example


Text Example

White with #DC6109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6109; }

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

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

background-color css

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

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

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

border-color css

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

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

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