Html Css Color HEX #DC5706 Tenne (Tawny)

📋 copy color: '#DC5706'

red 220 ◦ green 87 ◦ blue 6

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

Shades of Tenne (Tawny) #DC5706

Tints of Tenne (Tawny) #DC5706

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.8%

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

R = 70.29%
G = 27.8%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC5706 (or 0xDC5706) is known color: Tenne (Tawny). HEX triplet: DC, 57 and 06. RGB value is (220,87,6). Sum of RGB (Red+Green+Blue) = 220+87+6=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5706 is #23A8F9. Grayscale: #757575. Windows color (decimal): -2337018 or 415708. OLE color: 415708.

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

Color convert

RGB 220 87 6 -
CMYK 0 0.60 0.97 0.14
HSL 22.71º 0.95% 0.44% -
HSV(B) 22.71º 0.97% 0.86% -
XYZ 32.96 22.05 2.69 -
YUV 117.53 65.06 201.09 -
System Red Green Blue C M Y K H S L
Decimal 220 87 6 0 0.60 0.97 0.14 22.71 0.95 0.44
Hex DC 57 6 0 3C 61 E 17 5F 2C
Octal 334 127 6 0 74 141 16 27 137 54
Binary 11011100 1010111 110 0 111100 1100001 1110 10111 1011111 101100

Color Harmonies of #DC5706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5706

Black with #DC5706

Text Example


Text Example

White with #DC5706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5706; }

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

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

background-color css

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

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

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

border-color css

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

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

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