Html Css Color HEX #D06A01 Tenne (Tawny)

📋 copy color: '#D06A01'

red 208 ◦ green 106 ◦ blue 1

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

Shades of Tenne (Tawny) #D06A01

Tints of Tenne (Tawny) #D06A01

RGB

 RED value IS 208 (81.64% from 255) = 66.03%

 GREEN value IS 106 (41.8% from 255) = 33.65%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 66.03%
G = 33.65%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D06A01 (or 0xD06A01) is known color: Tenne (Tawny). HEX triplet: D0, 6A and 01. RGB value is (208,106,1). Sum of RGB (Red+Green+Blue) = 208+106+1=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06A01 is #2F95FE. Grayscale: #7D7D7D. Windows color (decimal): -3118591 or 92880. OLE color: 92880.

HSL color Cylindrical-coordinate representation of color #D06A01: hue angle of 30.43º 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 #D06A01 is Cyan = 0, Magento = 0.49, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 106 1 -
CMYK 0 0.49 1.00 0.18
HSL 30.43º 0.99% 0.41% -
HSV(B) 30.43º 1% 0.82% -
XYZ 31.17 23.72 2.96 -
YUV 124.53 58.29 187.54 -
System Red Green Blue C M Y K H S L
Decimal 208 106 1 0 0.49 1.00 0.18 30.43 0.99 0.41
Hex D0 6A 1 0 31 64 12 1E 63 29
Octal 320 152 1 0 61 144 22 36 143 51
Binary 11010000 1101010 1 0 110001 1100100 10010 11110 1100011 101001

Color Harmonies of #D06A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06A01

Black with #D06A01

Text Example


Text Example

White with #D06A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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