Html Css Color HEX #D86005 Tenne (Tawny)

📋 copy color: '#D86005'

red 216 ◦ green 96 ◦ blue 5

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

Shades of Tenne (Tawny) #D86005

Tints of Tenne (Tawny) #D86005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.28%

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

R = 68.14%
G = 30.28%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D86005 (or 0xD86005) is known color: Tenne (Tawny). HEX triplet: D8, 60 and 05. RGB value is (216,96,5). Sum of RGB (Red+Green+Blue) = 216+96+5=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D86005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86005 is #279FFA. Grayscale: #797979. Windows color (decimal): -2596859 or 352472. OLE color: 352472.

HSL color Cylindrical-coordinate representation of color #D86005: hue angle of 25.88º 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 #D86005 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 96 5 -
CMYK 0 0.56 0.98 0.15
HSL 25.88º 0.95% 0.43% -
HSV(B) 25.88º 0.98% 0.85% -
XYZ 32.53 22.98 2.86 -
YUV 121.51 62.26 195.4 -
System Red Green Blue C M Y K H S L
Decimal 216 96 5 0 0.56 0.98 0.15 25.88 0.95 0.43
Hex D8 60 5 0 38 62 F 1A 5F 2B
Octal 330 140 5 0 70 142 17 32 137 53
Binary 11011000 1100000 101 0 111000 1100010 1111 11010 1011111 101011

Color Harmonies of #D86005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86005

Black with #D86005

Text Example


Text Example

White with #D86005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86005; }

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

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

background-color css

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

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

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

border-color css

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

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

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