#D2610C

Color #D2610C Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #D2610C

Tints of Tenne (Tawny) #D2610C

Color information

#D2610C (or 0xD2610C) is unknown color: approx Tenne (Tawny). HEX triplet: D2, 61 and 0C. RGB value is (210,97,12). Sum of RGB (Red+Green+Blue) = 210+97+12=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D2610C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2610C is #2D9EF3. Grayscale: #797979. Windows color (decimal): -2989812 or 811474. OLE color: 811474.

HSL color Cylindrical-coordinate representation of color #D2610C: hue angle of 25.76º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2610C is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB2109712-
CMYK00.540.940.18
HSL25.76º89.19%43.53%-
HSV(B)25.76º94.29%82.35%-
XYZ30.9222.283.02-
YUV121.166.44191.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 65.83%
GREEN value IS 97 (38.28% from 255) = 30.41%
BLUE value IS 12 (5.08% from 255) = 3.76%
R=65.83%
G=30.41%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210971200.540.940.1825.7689.1943.53
HexD261C0365E121a592c
Octal32214114066136223213154
Binary11010010110000111000110110101111010010110101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2610C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2610C; }

 p { color: rgb(210,97,12); }

 H1.HeaderClassName
 {
   color: #D2610C;
 }
 .AnyTagClassName
 {
   color: #D2610C;
 }
</style>
background-color css

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

 a { background-color: rgb(210,97,12); }

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

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

 span { border-color: rgb(210,97,12); }

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