Html Css Color HEX #DC5002 Tenne (Tawny)

📋 copy color: '#DC5002'

red 220 ◦ green 80 ◦ blue 2

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

Shades of Tenne (Tawny) #DC5002

Tints of Tenne (Tawny) #DC5002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.49%

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

R = 72.85%
G = 26.49%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC5002 (or 0xDC5002) is known color: Tenne (Tawny). HEX triplet: DC, 50 and 02. RGB value is (220,80,2). Sum of RGB (Red+Green+Blue) = 220+80+2=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5002 is #23AFFD. Grayscale: #717171. Windows color (decimal): -2338814 or 151772. OLE color: 151772.

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

Color convert

RGB 220 80 2 -
CMYK 0 0.64 0.99 0.14
HSL 21.47º 0.98% 0.44% -
HSV(B) 21.47º 0.99% 0.86% -
XYZ 32.39 20.96 2.4 -
YUV 112.97 65.38 204.34 -
System Red Green Blue C M Y K H S L
Decimal 220 80 2 0 0.64 0.99 0.14 21.47 0.98 0.44
Hex DC 50 2 0 40 63 E 15 62 2C
Octal 334 120 2 0 100 143 16 25 142 54
Binary 11011100 1010000 10 0 1000000 1100011 1110 10101 1100010 101100

Color Harmonies of #DC5002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5002

Black with #DC5002

Text Example


Text Example

White with #DC5002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5002; }

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

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

background-color css

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

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

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

border-color css

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

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

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