Html Css Color HEX #D86300 Tenne (Tawny)

📋 copy color: '#D86300'

red 216 ◦ green 99 ◦ blue 0

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

Shades of Tenne (Tawny) #D86300

Tints of Tenne (Tawny) #D86300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.57%
G = 31.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D86300 (or 0xD86300) is known color: Tenne (Tawny). HEX triplet: D8, 63 and 00. RGB value is (216,99,0). Sum of RGB (Red+Green+Blue) = 216+99+0=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D86300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86300 is #279CFF. Grayscale: #7B7B7B. Windows color (decimal): -2596096 or 25560. OLE color: 25560.

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

Color convert

RGB 216 99 0 -
CMYK 0 0.54 1 0.15
HSL 27.5º 1% 0.42% -
HSV(B) 27.5º 1% 0.85% -
XYZ 32.78 23.52 2.81 -
YUV 122.7 58.76 194.55 -
System Red Green Blue C M Y K H S L
Decimal 216 99 0 0 0.54 1 0.15 27.5 1 0.42
Hex D8 63 0 0 36 64 F 1C 64 2A
Octal 330 143 0 0 66 144 17 34 144 52
Binary 11011000 1100011 0 0 110110 1100100 1111 11100 1100100 101010

Color Harmonies of #D86300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86300

Black with #D86300

Text Example


Text Example

White with #D86300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86300; }

 p { color: rgb(216,99,0); }

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

background-color css

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

 a { background-color: rgb(216,99,0); }

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

border-color css

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

 span { border-color: rgb(216,99,0); }

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