Html Css Color HEX #DC5C01 Tenne (Tawny)

📋 copy color: '#DC5C01'

red 220 ◦ green 92 ◦ blue 1

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

Shades of Tenne (Tawny) #DC5C01

Tints of Tenne (Tawny) #DC5C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 70.29%
G = 29.39%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DC5C01 (or 0xDC5C01) is known color: Tenne (Tawny). HEX triplet: DC, 5C and 01. RGB value is (220,92,1). Sum of RGB (Red+Green+Blue) = 220+92+1=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5C01 is #23A3FE. Grayscale: #787878. Windows color (decimal): -2335743 or 89308. OLE color: 89308.

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

Color convert

RGB 220 92 1 -
CMYK 0 0.58 1.00 0.14
HSL 24.93º 0.99% 0.43% -
HSV(B) 24.93º 1% 0.86% -
XYZ 33.35 22.87 2.69 -
YUV 119.9 60.91 199.4 -
System Red Green Blue C M Y K H S L
Decimal 220 92 1 0 0.58 1.00 0.14 24.93 0.99 0.43
Hex DC 5C 1 0 3A 64 E 19 63 2B
Octal 334 134 1 0 72 144 16 31 143 53
Binary 11011100 1011100 1 0 111010 1100100 1110 11001 1100011 101011

Color Harmonies of #DC5C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C01

Black with #DC5C01

Text Example


Text Example

White with #DC5C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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