#D26306

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

Shades of Tenne (Tawny) #D26306

Tints of Tenne (Tawny) #D26306

Color information

#D26306 (or 0xD26306) is unknown color: approx Tenne (Tawny). HEX triplet: D2, 63 and 06. RGB value is (210,99,6). Sum of RGB (Red+Green+Blue) = 210+99+6=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D26306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26306 is #2D9CF9. Grayscale: #7A7A7A. Windows color (decimal): -2989306 or 418770. OLE color: 418770.

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

Color convert

RGB210996-
CMYK00.530.970.18
HSL27.35º94.44%42.35%-
HSV(B)27.35º97.14%82.35%-
XYZ31.0722.642.9-
YUV121.5962.77191.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 66.67%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 6 (2.73% from 255) = 1.90%
R=66.67%
G=31.43%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.97
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21099600.530.970.1827.3594.4442.35
HexD263603561121b5e2a
Octal3221436065141223313652
Binary1101001011000111100110101110000110010110111011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26306; }

 p { color: rgb(210,99,6); }

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

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

 a { background-color: rgb(210,99,6); }

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

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

 span { border-color: rgb(210,99,6); }

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