Html Css Color HEX #D85608 Tenne (Tawny)

📋 copy color: '#D85608'

red 216 ◦ green 86 ◦ blue 8

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

Shades of Tenne (Tawny) #D85608

Tints of Tenne (Tawny) #D85608

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.74%

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

R = 69.68%
G = 27.74%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D85608 (or 0xD85608) is known color: Tenne (Tawny). HEX triplet: D8, 56 and 08. RGB value is (216,86,8). Sum of RGB (Red+Green+Blue) = 216+86+8=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D85608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85608 is #27A9F7. Grayscale: #747474. Windows color (decimal): -2599416 or 546520. OLE color: 546520.

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

Color convert

RGB 216 86 8 -
CMYK 0 0.60 0.96 0.15
HSL 22.5º 0.93% 0.44% -
HSV(B) 22.5º 0.96% 0.85% -
XYZ 31.69 21.27 2.67 -
YUV 115.98 67.07 199.34 -
System Red Green Blue C M Y K H S L
Decimal 216 86 8 0 0.60 0.96 0.15 22.5 0.93 0.44
Hex D8 56 8 0 3C 60 F 16 5D 2C
Octal 330 126 10 0 74 140 17 26 135 54
Binary 11011000 1010110 1000 0 111100 1100000 1111 10110 1011101 101100

Color Harmonies of #D85608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85608

Black with #D85608

Text Example


Text Example

White with #D85608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85608; }

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

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

background-color css

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

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

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

border-color css

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

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

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