Html Css Color HEX #DC5802 Tenne (Tawny)

📋 copy color: '#DC5802'

red 220 ◦ green 88 ◦ blue 2

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

Shades of Tenne (Tawny) #DC5802

Tints of Tenne (Tawny) #DC5802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 70.97%
G = 28.39%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC5802 (or 0xDC5802) is known color: Tenne (Tawny). HEX triplet: DC, 58 and 02. RGB value is (220,88,2). Sum of RGB (Red+Green+Blue) = 220+88+2=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5802 is #23A7FD. Grayscale: #767676. Windows color (decimal): -2336766 or 153820. OLE color: 153820.

HSL color Cylindrical-coordinate representation of color #DC5802: hue angle of 23.67º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC5802 is Cyan = 0, Magento = 0.6, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 88 2 -
CMYK 0 0.6 0.99 0.14
HSL 23.67º 0.98% 0.44% -
HSV(B) 23.67º 0.99% 0.86% -
XYZ 33.02 22.2 2.6 -
YUV 117.66 62.73 200.99 -
System Red Green Blue C M Y K H S L
Decimal 220 88 2 0 0.6 0.99 0.14 23.67 0.98 0.44
Hex DC 58 2 0 3C 63 E 18 62 2C
Octal 334 130 2 0 74 143 16 30 142 54
Binary 11011100 1011000 10 0 111100 1100011 1110 11000 1100010 101100

Color Harmonies of #DC5802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5802

Black with #DC5802

Text Example


Text Example

White with #DC5802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5802; }

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

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

background-color css

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

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

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

border-color css

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

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

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