#D06C01

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

Shades of Tenne (Tawny) #D06C01

Tints of Tenne (Tawny) #D06C01

Color information

#D06C01 (or 0xD06C01) is unknown color: approx Tenne (Tawny). HEX triplet: D0, 6C and 01. RGB value is (208,108,1). Sum of RGB (Red+Green+Blue) = 208+108+1=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06C01 is #2F93FE. Grayscale: #7E7E7E. Windows color (decimal): -3118079 or 93392. OLE color: 93392.

HSL color Cylindrical-coordinate representation of color #D06C01: hue angle of 31.01º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D06C01 is Cyan = 0, Magento = 0.48, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB2081081-
CMYK00.481.000.18
HSL31.01º99.04%40.98%-
HSV(B)31.01º99.52%81.57%-
XYZ31.3824.143.03-
YUV125.757.63186.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 65.62%
GREEN value IS 108 (42.58% from 255) = 34.07%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=65.62%
G=34.07%
B=0.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208108100.481.000.1831.0199.0440.98
HexD06C103064121f6329
Octal3201541060144223714351
Binary11010000110110010110000110010010010111111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06C01; }

 p { color: rgb(208,108,1); }

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

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

 a { background-color: rgb(208,108,1); }

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

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

 span { border-color: rgb(208,108,1); }

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