Html Css Color HEX #DC5D00 Tenne (Tawny)

📋 copy color: '#DC5D00'

red 220 ◦ green 93 ◦ blue 0

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

Shades of Tenne (Tawny) #DC5D00

Tints of Tenne (Tawny) #DC5D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.29%
G = 29.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC5D00 (or 0xDC5D00) is known color: Tenne (Tawny). HEX triplet: DC, 5D and 00. RGB value is (220,93,0). Sum of RGB (Red+Green+Blue) = 220+93+0=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5D00 is #23A2FF. Grayscale: #787878. Windows color (decimal): -2335488 or 24028. OLE color: 24028.

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

Color convert

RGB 220 93 0 -
CMYK 0 0.58 1 0.14
HSL 25.36º 1% 0.43% -
HSV(B) 25.36º 1% 0.86% -
XYZ 33.43 23.04 2.69 -
YUV 120.37 60.08 199.06 -
System Red Green Blue C M Y K H S L
Decimal 220 93 0 0 0.58 1 0.14 25.36 1 0.43
Hex DC 5D 0 0 3A 64 E 19 64 2B
Octal 334 135 0 0 72 144 16 31 144 53
Binary 11011100 1011101 0 0 111010 1100100 1110 11001 1100100 101011

Color Harmonies of #DC5D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D00

Black with #DC5D00

Text Example


Text Example

White with #DC5D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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