Html Css Color HEX #D85B09 Tenne (Tawny)

📋 copy color: '#D85B09'

red 216 ◦ green 91 ◦ blue 9

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

Shades of Tenne (Tawny) #D85B09

Tints of Tenne (Tawny) #D85B09

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.8%

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

R = 68.35%
G = 28.8%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D85B09 (or 0xD85B09) is known color: Tenne (Tawny). HEX triplet: D8, 5B and 09. RGB value is (216,91,9). Sum of RGB (Red+Green+Blue) = 216+91+9=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 9 (3.91% from 255 or 2.85% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85B09 is #27A4F6. Grayscale: #777777. Windows color (decimal): -2598135 or 613336. OLE color: 613336.

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

Color convert

RGB 216 91 9 -
CMYK 0 0.58 0.96 0.15
HSL 23.77º 0.92% 0.44% -
HSV(B) 23.77º 0.96% 0.85% -
XYZ 32.11 22.1 2.83 -
YUV 119.03 65.91 197.17 -
System Red Green Blue C M Y K H S L
Decimal 216 91 9 0 0.58 0.96 0.15 23.77 0.92 0.44
Hex D8 5B 9 0 3A 60 F 18 5C 2C
Octal 330 133 11 0 72 140 17 30 134 54
Binary 11011000 1011011 1001 0 111010 1100000 1111 11000 1011100 101100

Color Harmonies of #D85B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B09

Black with #D85B09

Text Example


Text Example

White with #D85B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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