Html Css Color HEX #DC5801 Tenne (Tawny)

📋 copy color: '#DC5801'

red 220 ◦ green 88 ◦ blue 1

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

Shades of Tenne (Tawny) #DC5801

Tints of Tenne (Tawny) #DC5801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.48%

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

R = 71.2%
G = 28.48%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DC5801 (or 0xDC5801) is known color: Tenne (Tawny). HEX triplet: DC, 58 and 01. RGB value is (220,88,1). Sum of RGB (Red+Green+Blue) = 220+88+1=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5801 is #23A7FE. Grayscale: #767676. Windows color (decimal): -2336767 or 88284. OLE color: 88284.

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

Color convert

RGB 220 88 1 -
CMYK 0 0.6 1.00 0.14
HSL 23.84º 0.99% 0.43% -
HSV(B) 23.84º 1% 0.86% -
XYZ 33.01 22.2 2.57 -
YUV 117.55 62.23 201.07 -
System Red Green Blue C M Y K H S L
Decimal 220 88 1 0 0.6 1.00 0.14 23.84 0.99 0.43
Hex DC 58 1 0 3C 64 E 18 63 2B
Octal 334 130 1 0 74 144 16 30 143 53
Binary 11011100 1011000 1 0 111100 1100100 1110 11000 1100011 101011

Color Harmonies of #DC5801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5801

Black with #DC5801

Text Example


Text Example

White with #DC5801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5801; }

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

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

background-color css

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

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

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

border-color css

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

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

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