Html Css Color HEX #DC5402 Tenne (Tawny)

📋 copy color: '#DC5402'

red 220 ◦ green 84 ◦ blue 2

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

Shades of Tenne (Tawny) #DC5402

Tints of Tenne (Tawny) #DC5402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

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

R = 71.9%
G = 27.45%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC5402 (or 0xDC5402) is known color: Tenne (Tawny). HEX triplet: DC, 54 and 02. RGB value is (220,84,2). Sum of RGB (Red+Green+Blue) = 220+84+2=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5402 is #23ABFD. Grayscale: #737373. Windows color (decimal): -2337790 or 152796. OLE color: 152796.

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

Color convert

RGB 220 84 2 -
CMYK 0 0.62 0.99 0.14
HSL 22.57º 0.98% 0.44% -
HSV(B) 22.57º 0.99% 0.86% -
XYZ 32.7 21.56 2.5 -
YUV 115.32 64.06 202.67 -
System Red Green Blue C M Y K H S L
Decimal 220 84 2 0 0.62 0.99 0.14 22.57 0.98 0.44
Hex DC 54 2 0 3E 63 E 17 62 2C
Octal 334 124 2 0 76 143 16 27 142 54
Binary 11011100 1010100 10 0 111110 1100011 1110 10111 1100010 101100

Color Harmonies of #DC5402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5402

Black with #DC5402

Text Example


Text Example

White with #DC5402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5402; }

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

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

background-color css

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

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

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

border-color css

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

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

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