Html Css Color HEX #D06701 Tenne (Tawny)

📋 copy color: '#D06701'

red 208 ◦ green 103 ◦ blue 1

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

Shades of Tenne (Tawny) #D06701

Tints of Tenne (Tawny) #D06701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.01%

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

R = 66.67%
G = 33.01%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D06701 (or 0xD06701) is known color: Tenne (Tawny). HEX triplet: D0, 67 and 01. RGB value is (208,103,1). Sum of RGB (Red+Green+Blue) = 208+103+1=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D06701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06701 is #2F98FE. Grayscale: #7B7B7B. Windows color (decimal): -3119359 or 92112. OLE color: 92112.

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

Color convert

RGB 208 103 1 -
CMYK 0 0.50 1.00 0.18
HSL 29.57º 0.99% 0.41% -
HSV(B) 29.57º 1% 0.82% -
XYZ 30.87 23.11 2.86 -
YUV 122.77 59.29 188.79 -
System Red Green Blue C M Y K H S L
Decimal 208 103 1 0 0.50 1.00 0.18 29.57 0.99 0.41
Hex D0 67 1 0 32 64 12 1E 63 29
Octal 320 147 1 0 62 144 22 36 143 51
Binary 11010000 1100111 1 0 110010 1100100 10010 11110 1100011 101001

Color Harmonies of #D06701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06701

Black with #D06701

Text Example


Text Example

White with #D06701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06701; }

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

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

background-color css

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

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

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

border-color css

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

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

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