Html Css Color HEX #D86605 Tenne (Tawny)

📋 copy color: '#D86605'

red 216 ◦ green 102 ◦ blue 5

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

Shades of Tenne (Tawny) #D86605

Tints of Tenne (Tawny) #D86605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 66.87%
G = 31.58%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D86605 (or 0xD86605) is known color: Tenne (Tawny). HEX triplet: D8, 66 and 05. RGB value is (216,102,5). Sum of RGB (Red+Green+Blue) = 216+102+5=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D86605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86605 is #2799FA. Grayscale: #7D7D7D. Windows color (decimal): -2595323 or 354008. OLE color: 354008.

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

Color convert

RGB 216 102 5 -
CMYK 0 0.53 0.98 0.15
HSL 27.58º 0.95% 0.43% -
HSV(B) 27.58º 0.98% 0.85% -
XYZ 33.1 24.11 3.05 -
YUV 125.03 60.27 192.89 -
System Red Green Blue C M Y K H S L
Decimal 216 102 5 0 0.53 0.98 0.15 27.58 0.95 0.43
Hex D8 66 5 0 35 62 F 1C 5F 2B
Octal 330 146 5 0 65 142 17 34 137 53
Binary 11011000 1100110 101 0 110101 1100010 1111 11100 1011111 101011

Color Harmonies of #D86605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86605

Black with #D86605

Text Example


Text Example

White with #D86605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86605; }

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

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

background-color css

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

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

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

border-color css

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

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

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