Html Css Color HEX #D86403 Tenne (Tawny)

📋 copy color: '#D86403'

red 216 ◦ green 100 ◦ blue 3

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

Shades of Tenne (Tawny) #D86403

Tints of Tenne (Tawny) #D86403

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.35%

 BLUE value IS 3 (1.56% from 255) = 0.94%

R = 67.71%
G = 31.35%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D86403 (or 0xD86403) is known color: Tenne (Tawny). HEX triplet: D8, 64 and 03. RGB value is (216,100,3). Sum of RGB (Red+Green+Blue) = 216+100+3=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D86403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86403 is #279BFC. Grayscale: #7C7C7C. Windows color (decimal): -2595837 or 222424. OLE color: 222424.

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

Color convert

RGB 216 100 3 -
CMYK 0 0.54 0.99 0.15
HSL 27.32º 0.97% 0.43% -
HSV(B) 27.32º 0.99% 0.85% -
XYZ 32.89 23.72 2.93 -
YUV 123.63 59.93 193.89 -
System Red Green Blue C M Y K H S L
Decimal 216 100 3 0 0.54 0.99 0.15 27.32 0.97 0.43
Hex D8 64 3 0 36 63 F 1B 61 2B
Octal 330 144 3 0 66 143 17 33 141 53
Binary 11011000 1100100 11 0 110110 1100011 1111 11011 1100001 101011

Color Harmonies of #D86403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86403

Black with #D86403

Text Example


Text Example

White with #D86403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86403; }

 p { color: rgb(216,100,3); }

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

background-color css

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

 a { background-color: rgb(216,100,3); }

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

border-color css

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

 span { border-color: rgb(216,100,3); }

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