Html Css Color HEX #D85308 Tenne (Tawny)

📋 copy color: '#D85308'

red 216 ◦ green 83 ◦ blue 8

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

Shades of Tenne (Tawny) #D85308

Tints of Tenne (Tawny) #D85308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.04%

 BLUE value IS 8 (3.52% from 255) = 2.61%

R = 70.36%
G = 27.04%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D85308 (or 0xD85308) is known color: Tenne (Tawny). HEX triplet: D8, 53 and 08. RGB value is (216,83,8). Sum of RGB (Red+Green+Blue) = 216+83+8=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D85308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85308 is #27ACF7. Grayscale: #727272. Windows color (decimal): -2600184 or 545752. OLE color: 545752.

HSL color Cylindrical-coordinate representation of color #D85308: hue angle of 21.63º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D85308 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 83 8 -
CMYK 0 0.62 0.96 0.15
HSL 21.63º 0.93% 0.44% -
HSV(B) 21.63º 0.96% 0.85% -
XYZ 31.46 20.8 2.59 -
YUV 114.22 68.06 200.6 -
System Red Green Blue C M Y K H S L
Decimal 216 83 8 0 0.62 0.96 0.15 21.63 0.93 0.44
Hex D8 53 8 0 3E 60 F 16 5D 2C
Octal 330 123 10 0 76 140 17 26 135 54
Binary 11011000 1010011 1000 0 111110 1100000 1111 10110 1011101 101100

Color Harmonies of #D85308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85308

Black with #D85308

Text Example


Text Example

White with #D85308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85308; }

 p { color: rgb(216,83,8); }

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

background-color css

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

 a { background-color: rgb(216,83,8); }

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

border-color css

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

 span { border-color: rgb(216,83,8); }

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