Html Css Color HEX #DC5502 Tenne (Tawny)

📋 copy color: '#DC5502'

red 220 ◦ green 85 ◦ blue 2

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

Shades of Tenne (Tawny) #DC5502

Tints of Tenne (Tawny) #DC5502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.69%

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

R = 71.66%
G = 27.69%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC5502 (or 0xDC5502) is known color: Tenne (Tawny). HEX triplet: DC, 55 and 02. RGB value is (220,85,2). Sum of RGB (Red+Green+Blue) = 220+85+2=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5502 is #23AAFD. Grayscale: #747474. Windows color (decimal): -2337534 or 153052. OLE color: 153052.

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

Color convert

RGB 220 85 2 -
CMYK 0 0.61 0.99 0.14
HSL 22.84º 0.98% 0.44% -
HSV(B) 22.84º 0.99% 0.86% -
XYZ 32.77 21.72 2.52 -
YUV 115.9 63.73 202.25 -
System Red Green Blue C M Y K H S L
Decimal 220 85 2 0 0.61 0.99 0.14 22.84 0.98 0.44
Hex DC 55 2 0 3D 63 E 17 62 2C
Octal 334 125 2 0 75 143 16 27 142 54
Binary 11011100 1010101 10 0 111101 1100011 1110 10111 1100010 101100

Color Harmonies of #DC5502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5502

Black with #DC5502

Text Example


Text Example

White with #DC5502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5502; }

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

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

background-color css

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

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

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

border-color css

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

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

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