Html Css Color HEX #D85009 Tenne (Tawny)

📋 copy color: '#D85009'

red 216 ◦ green 80 ◦ blue 9

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

Shades of Tenne (Tawny) #D85009

Tints of Tenne (Tawny) #D85009

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.23%

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

R = 70.82%
G = 26.23%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D85009 (or 0xD85009) is known color: Tenne (Tawny). HEX triplet: D8, 50 and 09. RGB value is (216,80,9). Sum of RGB (Red+Green+Blue) = 216+80+9=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 9 (3.91% from 255 or 2.95% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D85009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85009 is #27AFF6. Grayscale: #707070. Windows color (decimal): -2600951 or 610520. OLE color: 610520.

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

Color convert

RGB 216 80 9 -
CMYK 0 0.63 0.96 0.15
HSL 20.58º 0.92% 0.44% -
HSV(B) 20.58º 0.96% 0.85% -
XYZ 31.24 20.36 2.54 -
YUV 112.57 69.56 201.77 -
System Red Green Blue C M Y K H S L
Decimal 216 80 9 0 0.63 0.96 0.15 20.58 0.92 0.44
Hex D8 50 9 0 3F 60 F 15 5C 2C
Octal 330 120 11 0 77 140 17 25 134 54
Binary 11011000 1010000 1001 0 111111 1100000 1111 10101 1011100 101100

Color Harmonies of #D85009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85009

Black with #D85009

Text Example


Text Example

White with #D85009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85009; }

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

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

background-color css

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

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

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

border-color css

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

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

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