Html Css Color HEX #D06C01 Tenne (Tawny)

📋 copy color: '#D06C01'

red 208 ◦ green 108 ◦ blue 1

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

Shades of Tenne (Tawny) #D06C01

Tints of Tenne (Tawny) #D06C01

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 value IS 0

 M value IS 0.48

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D06C01 (or 0xD06C01) is known color: 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

RGB 208 108 1 -
CMYK 0 0.48 1.00 0.18
HSL 31.01º 0.99% 0.41% -
HSV(B) 31.01º 1% 0.82% -
XYZ 31.38 24.14 3.03 -
YUV 125.7 57.63 186.7 -
System Red Green Blue C M Y K H S L
Decimal 208 108 1 0 0.48 1.00 0.18 31.01 0.99 0.41
Hex D0 6C 1 0 30 64 12 1F 63 29
Octal 320 154 1 0 60 144 22 37 143 51
Binary 11010000 1101100 1 0 110000 1100100 10010 11111 1100011 101001

Color Harmonies of #D06C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C01

Black with #D06C01

Text Example


Text Example

White with #D06C01

Text Example


Text Example

HTML Codes & Css Web 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>