Html Css Color HEX #DC5309 Tenne (Tawny)

📋 copy color: '#DC5309'

red 220 ◦ green 83 ◦ blue 9

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

Shades of Tenne (Tawny) #DC5309

Tints of Tenne (Tawny) #DC5309

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.6%

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

R = 70.51%
G = 26.6%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC5309 (or 0xDC5309) is known color: Tenne (Tawny). HEX triplet: DC, 53 and 09. RGB value is (220,83,9). Sum of RGB (Red+Green+Blue) = 220+83+9=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5309 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5309 is #23ACF6. Grayscale: #737373. Windows color (decimal): -2338039 or 611292. OLE color: 611292.

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

Color convert

RGB 220 83 9 -
CMYK 0 0.62 0.96 0.14
HSL 21.04º 0.92% 0.45% -
HSV(B) 21.04º 0.96% 0.86% -
XYZ 32.66 21.42 2.67 -
YUV 115.53 67.89 202.52 -
System Red Green Blue C M Y K H S L
Decimal 220 83 9 0 0.62 0.96 0.14 21.04 0.92 0.45
Hex DC 53 9 0 3E 60 E 15 5C 2D
Octal 334 123 11 0 76 140 16 25 134 55
Binary 11011100 1010011 1001 0 111110 1100000 1110 10101 1011100 101101

Color Harmonies of #DC5309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5309

Black with #DC5309

Text Example


Text Example

White with #DC5309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5309; }

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

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

background-color css

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

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

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

border-color css

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

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

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