Html Css Color HEX #DC5506 Tenne (Tawny)

📋 copy color: '#DC5506'

red 220 ◦ green 85 ◦ blue 6

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

Shades of Tenne (Tawny) #DC5506

Tints of Tenne (Tawny) #DC5506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.93%

R = 70.74%
G = 27.33%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC5506 (or 0xDC5506) is known color: Tenne (Tawny). HEX triplet: DC, 55 and 06. RGB value is (220,85,6). Sum of RGB (Red+Green+Blue) = 220+85+6=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5506 is #23AAF9. Grayscale: #747474. Windows color (decimal): -2337530 or 415196. OLE color: 415196.

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

Color convert

RGB 220 85 6 -
CMYK 0 0.61 0.97 0.14
HSL 22.15º 0.95% 0.44% -
HSV(B) 22.15º 0.97% 0.86% -
XYZ 32.8 21.73 2.64 -
YUV 116.36 65.73 201.92 -
System Red Green Blue C M Y K H S L
Decimal 220 85 6 0 0.61 0.97 0.14 22.15 0.95 0.44
Hex DC 55 6 0 3D 61 E 16 5F 2C
Octal 334 125 6 0 75 141 16 26 137 54
Binary 11011100 1010101 110 0 111101 1100001 1110 10110 1011111 101100

Color Harmonies of #DC5506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5506

Black with #DC5506

Text Example


Text Example

White with #DC5506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5506; }

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

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

background-color css

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

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

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

border-color css

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

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

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