Html Css Color HEX #D86305 Tenne (Tawny)

📋 copy color: '#D86305'

red 216 ◦ green 99 ◦ blue 5

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

Shades of Tenne (Tawny) #D86305

Tints of Tenne (Tawny) #D86305

RGB

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

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

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

R = 67.5%
G = 30.94%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D86305 (or 0xD86305) is known color: Tenne (Tawny). HEX triplet: D8, 63 and 05. RGB value is (216,99,5). Sum of RGB (Red+Green+Blue) = 216+99+5=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D86305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86305 is #279CFA. Grayscale: #7B7B7B. Windows color (decimal): -2596091 or 353240. OLE color: 353240.

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

Color convert

RGB 216 99 5 -
CMYK 0 0.54 0.98 0.15
HSL 26.73º 0.95% 0.43% -
HSV(B) 26.73º 0.98% 0.85% -
XYZ 32.81 23.53 2.96 -
YUV 123.27 61.26 194.14 -
System Red Green Blue C M Y K H S L
Decimal 216 99 5 0 0.54 0.98 0.15 26.73 0.95 0.43
Hex D8 63 5 0 36 62 F 1B 5F 2B
Octal 330 143 5 0 66 142 17 33 137 53
Binary 11011000 1100011 101 0 110110 1100010 1111 11011 1011111 101011

Color Harmonies of #D86305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86305

Black with #D86305

Text Example


Text Example

White with #D86305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86305; }

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

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

background-color css

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

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

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

border-color css

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

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

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