Html Css Color HEX #DC5609 Tenne (Tawny)

📋 copy color: '#DC5609'

red 220 ◦ green 86 ◦ blue 9

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

Shades of Tenne (Tawny) #DC5609

Tints of Tenne (Tawny) #DC5609

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.3%

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

R = 69.84%
G = 27.3%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC5609 (or 0xDC5609) is known color: Tenne (Tawny). HEX triplet: DC, 56 and 09. RGB value is (220,86,9). Sum of RGB (Red+Green+Blue) = 220+86+9=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5609 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5609 is #23A9F6. Grayscale: #757575. Windows color (decimal): -2337271 or 612060. OLE color: 612060.

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

Color convert

RGB 220 86 9 -
CMYK 0 0.61 0.96 0.14
HSL 21.9º 0.92% 0.45% -
HSV(B) 21.9º 0.96% 0.86% -
XYZ 32.89 21.89 2.75 -
YUV 117.29 66.89 201.26 -
System Red Green Blue C M Y K H S L
Decimal 220 86 9 0 0.61 0.96 0.14 21.9 0.92 0.45
Hex DC 56 9 0 3D 60 E 16 5C 2D
Octal 334 126 11 0 75 140 16 26 134 55
Binary 11011100 1010110 1001 0 111101 1100000 1110 10110 1011100 101101

Color Harmonies of #DC5609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5609

Black with #DC5609

Text Example


Text Example

White with #DC5609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5609; }

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

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

background-color css

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

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

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

border-color css

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

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

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