Html Css Color HEX #DC5C0D Tenne (Tawny)

📋 copy color: '#DC5C0D'

red 220 ◦ green 92 ◦ blue 13

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

Shades of Tenne (Tawny) #DC5C0D

Tints of Tenne (Tawny) #DC5C0D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.31%

 BLUE value IS 13 (5.47% from 255) = 4%

R = 67.69%
G = 28.31%
B = 4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC5C0D (or 0xDC5C0D) is known color: Tenne (Tawny). HEX triplet: DC, 5C and 0D. RGB value is (220,92,13). Sum of RGB (Red+Green+Blue) = 220+92+13=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5C0D is #23A3F2. Grayscale: #797979. Windows color (decimal): -2335731 or 875740. OLE color: 875740.

HSL color Cylindrical-coordinate representation of color #DC5C0D: hue angle of 22.9º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC5C0D is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 92 13 -
CMYK 0 0.58 0.94 0.14
HSL 22.9º 0.89% 0.46% -
HSV(B) 22.9º 0.94% 0.86% -
XYZ 33.41 22.9 3.04 -
YUV 121.27 66.91 198.42 -
System Red Green Blue C M Y K H S L
Decimal 220 92 13 0 0.58 0.94 0.14 22.9 0.89 0.46
Hex DC 5C D 0 3A 5E E 17 59 2E
Octal 334 134 15 0 72 136 16 27 131 56
Binary 11011100 1011100 1101 0 111010 1011110 1110 10111 1011001 101110

Color Harmonies of #DC5C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C0D

Black with #DC5C0D

Text Example


Text Example

White with #DC5C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C0D; }

 p { color: rgb(220,92,13); }

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

background-color css

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

 a { background-color: rgb(220,92,13); }

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

border-color css

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

 span { border-color: rgb(220,92,13); }

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