Html Css Color HEX #D86302 Tenne (Tawny)

📋 copy color: '#D86302'

red 216 ◦ green 99 ◦ blue 2

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

Shades of Tenne (Tawny) #D86302

Tints of Tenne (Tawny) #D86302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 68.14%
G = 31.23%
B = 0.63%

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

#D86302 (or 0xD86302) is known color: Tenne (Tawny). HEX triplet: D8, 63 and 02. RGB value is (216,99,2). Sum of RGB (Red+Green+Blue) = 216+99+2=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D86302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86302 is #279CFD. Grayscale: #7B7B7B. Windows color (decimal): -2596094 or 156632. OLE color: 156632.

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

Color convert

RGB 216 99 2 -
CMYK 0 0.54 0.99 0.15
HSL 27.2º 0.98% 0.43% -
HSV(B) 27.2º 0.99% 0.85% -
XYZ 32.79 23.53 2.87 -
YUV 122.93 59.76 194.39 -
System Red Green Blue C M Y K H S L
Decimal 216 99 2 0 0.54 0.99 0.15 27.2 0.98 0.43
Hex D8 63 2 0 36 63 F 1B 62 2B
Octal 330 143 2 0 66 143 17 33 142 53
Binary 11011000 1100011 10 0 110110 1100011 1111 11011 1100010 101011

Color Harmonies of #D86302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86302

Black with #D86302

Text Example


Text Example

White with #D86302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86302; }

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

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

background-color css

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

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

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

border-color css

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

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

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