Html Css Color HEX #D86608 Tenne (Tawny)

📋 copy color: '#D86608'

red 216 ◦ green 102 ◦ blue 8

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

Shades of Tenne (Tawny) #D86608

Tints of Tenne (Tawny) #D86608

RGB

 RED value IS 216 (84.77% from 255) = 66.26%

 GREEN value IS 102 (40.23% from 255) = 31.29%

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 66.26%
G = 31.29%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D86608 (or 0xD86608) is known color: Tenne (Tawny). HEX triplet: D8, 66 and 08. RGB value is (216,102,8). Sum of RGB (Red+Green+Blue) = 216+102+8=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D86608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86608 is #2799F7. Grayscale: #7D7D7D. Windows color (decimal): -2595320 or 550616. OLE color: 550616.

HSL color Cylindrical-coordinate representation of color #D86608: hue angle of 27.12º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D86608 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 102 8 -
CMYK 0 0.53 0.96 0.15
HSL 27.12º 0.93% 0.44% -
HSV(B) 27.12º 0.96% 0.85% -
XYZ 33.11 24.12 3.14 -
YUV 125.37 61.77 192.64 -
System Red Green Blue C M Y K H S L
Decimal 216 102 8 0 0.53 0.96 0.15 27.12 0.93 0.44
Hex D8 66 8 0 35 60 F 1B 5D 2C
Octal 330 146 10 0 65 140 17 33 135 54
Binary 11011000 1100110 1000 0 110101 1100000 1111 11011 1011101 101100

Color Harmonies of #D86608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86608

Black with #D86608

Text Example


Text Example

White with #D86608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86608; }

 p { color: rgb(216,102,8); }

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

background-color css

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

 a { background-color: rgb(216,102,8); }

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

border-color css

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

 span { border-color: rgb(216,102,8); }

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