Html Css Color HEX #D86001 Tenne (Tawny)

📋 copy color: '#D86001'

red 216 ◦ green 96 ◦ blue 1

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

Shades of Tenne (Tawny) #D86001

Tints of Tenne (Tawny) #D86001

RGB

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

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

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

R = 69.01%
G = 30.67%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D86001 (or 0xD86001) is known color: Tenne (Tawny). HEX triplet: D8, 60 and 01. RGB value is (216,96,1). Sum of RGB (Red+Green+Blue) = 216+96+1=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D86001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86001 is #279FFE. Grayscale: #797979. Windows color (decimal): -2596863 or 90328. OLE color: 90328.

HSL color Cylindrical-coordinate representation of color #D86001: hue angle of 26.51º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D86001 is Cyan = 0, Magento = 0.56, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 96 1 -
CMYK 0 0.56 1.00 0.15
HSL 26.51º 0.99% 0.43% -
HSV(B) 26.51º 1% 0.85% -
XYZ 32.51 22.97 2.75 -
YUV 121.05 60.26 195.72 -
System Red Green Blue C M Y K H S L
Decimal 216 96 1 0 0.56 1.00 0.15 26.51 0.99 0.43
Hex D8 60 1 0 38 64 F 1B 63 2B
Octal 330 140 1 0 70 144 17 33 143 53
Binary 11011000 1100000 1 0 111000 1100100 1111 11011 1100011 101011

Color Harmonies of #D86001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86001

Black with #D86001

Text Example


Text Example

White with #D86001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86001; }

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

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

background-color css

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

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

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

border-color css

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

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

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