Html Css Color HEX #DC5D05 Tenne (Tawny)

📋 copy color: '#DC5D05'

red 220 ◦ green 93 ◦ blue 5

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

Shades of Tenne (Tawny) #DC5D05

Tints of Tenne (Tawny) #DC5D05

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.25%

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

R = 69.18%
G = 29.25%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC5D05 (or 0xDC5D05) is known color: Tenne (Tawny). HEX triplet: DC, 5D and 05. RGB value is (220,93,5). Sum of RGB (Red+Green+Blue) = 220+93+5=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5D05 is #23A2FA. Grayscale: #797979. Windows color (decimal): -2335483 or 351708. OLE color: 351708.

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

Color convert

RGB 220 93 5 -
CMYK 0 0.58 0.98 0.14
HSL 24.56º 0.96% 0.44% -
HSV(B) 24.56º 0.98% 0.86% -
XYZ 33.46 23.06 2.83 -
YUV 120.94 62.58 198.66 -
System Red Green Blue C M Y K H S L
Decimal 220 93 5 0 0.58 0.98 0.14 24.56 0.96 0.44
Hex DC 5D 5 0 3A 62 E 19 60 2C
Octal 334 135 5 0 72 142 16 31 140 54
Binary 11011100 1011101 101 0 111010 1100010 1110 11001 1100000 101100

Color Harmonies of #DC5D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D05

Black with #DC5D05

Text Example


Text Example

White with #DC5D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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