Html Css Color HEX #D06802 Tenne (Tawny)

📋 copy color: '#D06802'

red 208 ◦ green 104 ◦ blue 2

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

Shades of Tenne (Tawny) #D06802

Tints of Tenne (Tawny) #D06802

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.12%

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 66.24%
G = 33.12%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D06802 (or 0xD06802) is known color: Tenne (Tawny). HEX triplet: D0, 68 and 02. RGB value is (208,104,2). Sum of RGB (Red+Green+Blue) = 208+104+2=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D06802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06802 is #2F97FD. Grayscale: #7B7B7B. Windows color (decimal): -3119102 or 157904. OLE color: 157904.

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

Color convert

RGB 208 104 2 -
CMYK 0 0.5 0.99 0.18
HSL 29.71º 0.98% 0.41% -
HSV(B) 29.71º 0.99% 0.82% -
XYZ 30.97 23.31 2.93 -
YUV 123.47 59.46 188.29 -
System Red Green Blue C M Y K H S L
Decimal 208 104 2 0 0.5 0.99 0.18 29.71 0.98 0.41
Hex D0 68 2 0 32 63 12 1E 62 29
Octal 320 150 2 0 62 143 22 36 142 51
Binary 11010000 1101000 10 0 110010 1100011 10010 11110 1100010 101001

Color Harmonies of #D06802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06802

Black with #D06802

Text Example


Text Example

White with #D06802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06802; }

 p { color: rgb(208,104,2); }

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

background-color css

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

 a { background-color: rgb(208,104,2); }

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

border-color css

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

 span { border-color: rgb(208,104,2); }

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