Html Css Color HEX #DC5705 Tenne (Tawny)

📋 copy color: '#DC5705'

red 220 ◦ green 87 ◦ blue 5

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

Shades of Tenne (Tawny) #DC5705

Tints of Tenne (Tawny) #DC5705

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.88%

 BLUE value IS 5 (2.34% from 255) = 1.6%

R = 70.51%
G = 27.88%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC5705 (or 0xDC5705) is known color: Tenne (Tawny). HEX triplet: DC, 57 and 05. RGB value is (220,87,5). Sum of RGB (Red+Green+Blue) = 220+87+5=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5705 is #23A8FA. Grayscale: #757575. Windows color (decimal): -2337019 or 350172. OLE color: 350172.

HSL color Cylindrical-coordinate representation of color #DC5705: hue angle of 22.88º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC5705 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 87 5 -
CMYK 0 0.60 0.98 0.14
HSL 22.88º 0.96% 0.44% -
HSV(B) 22.88º 0.98% 0.86% -
XYZ 32.95 22.04 2.66 -
YUV 117.42 64.56 201.17 -
System Red Green Blue C M Y K H S L
Decimal 220 87 5 0 0.60 0.98 0.14 22.88 0.96 0.44
Hex DC 57 5 0 3C 62 E 17 60 2C
Octal 334 127 5 0 74 142 16 27 140 54
Binary 11011100 1010111 101 0 111100 1100010 1110 10111 1100000 101100

Color Harmonies of #DC5705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5705

Black with #DC5705

Text Example


Text Example

White with #DC5705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5705; }

 p { color: rgb(220,87,5); }

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

background-color css

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

 a { background-color: rgb(220,87,5); }

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

border-color css

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

 span { border-color: rgb(220,87,5); }

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