Html Css Color HEX #D85509 Tenne (Tawny)

📋 copy color: '#D85509'

red 216 ◦ green 85 ◦ blue 9

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

Shades of Tenne (Tawny) #D85509

Tints of Tenne (Tawny) #D85509

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

 BLUE value IS 9 (3.91% from 255) = 2.9%

R = 69.68%
G = 27.42%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D85509 (or 0xD85509) is known color: Tenne (Tawny). HEX triplet: D8, 55 and 09. RGB value is (216,85,9). Sum of RGB (Red+Green+Blue) = 216+85+9=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D85509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85509 is #27AAF6. Grayscale: #737373. Windows color (decimal): -2599671 or 611800. OLE color: 611800.

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

Color convert

RGB 216 85 9 -
CMYK 0 0.61 0.96 0.15
HSL 22.03º 0.92% 0.44% -
HSV(B) 22.03º 0.96% 0.85% -
XYZ 31.62 21.12 2.67 -
YUV 115.51 67.9 199.68 -
System Red Green Blue C M Y K H S L
Decimal 216 85 9 0 0.61 0.96 0.15 22.03 0.92 0.44
Hex D8 55 9 0 3D 60 F 16 5C 2C
Octal 330 125 11 0 75 140 17 26 134 54
Binary 11011000 1010101 1001 0 111101 1100000 1111 10110 1011100 101100

Color Harmonies of #D85509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85509

Black with #D85509

Text Example


Text Example

White with #D85509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85509; }

 p { color: rgb(216,85,9); }

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

background-color css

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

 a { background-color: rgb(216,85,9); }

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

border-color css

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

 span { border-color: rgb(216,85,9); }

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