Html Css Color HEX #DC5509 Tenne (Tawny)

📋 copy color: '#DC5509'

red 220 ◦ green 85 ◦ blue 9

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

Shades of Tenne (Tawny) #DC5509

Tints of Tenne (Tawny) #DC5509

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.07%

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

R = 70.06%
G = 27.07%
B = 2.87%

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

#DC5509 (or 0xDC5509) is known color: Tenne (Tawny). HEX triplet: DC, 55 and 09. RGB value is (220,85,9). Sum of RGB (Red+Green+Blue) = 220+85+9=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 9 (3.91% from 255 or 2.87% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5509 is #23AAF6. Grayscale: #757575. Windows color (decimal): -2337527 or 611804. OLE color: 611804.

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

Color convert

RGB 220 85 9 -
CMYK 0 0.61 0.96 0.14
HSL 21.61º 0.92% 0.45% -
HSV(B) 21.61º 0.96% 0.86% -
XYZ 32.81 21.73 2.72 -
YUV 116.7 67.23 201.68 -
System Red Green Blue C M Y K H S L
Decimal 220 85 9 0 0.61 0.96 0.14 21.61 0.92 0.45
Hex DC 55 9 0 3D 60 E 16 5C 2D
Octal 334 125 11 0 75 140 16 26 134 55
Binary 11011100 1010101 1001 0 111101 1100000 1110 10110 1011100 101101

Color Harmonies of #DC5509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5509

Black with #DC5509

Text Example


Text Example

White with #DC5509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5509; }

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

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

background-color css

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

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

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

border-color css

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

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

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