Html Css Color HEX #D85000 Tenne (Tawny)

📋 copy color: '#D85000'

red 216 ◦ green 80 ◦ blue 0

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

Shades of Tenne (Tawny) #D85000

Tints of Tenne (Tawny) #D85000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.97%
G = 27.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D85000 (or 0xD85000) is known color: Tenne (Tawny). HEX triplet: D8, 50 and 00. RGB value is (216,80,0). Sum of RGB (Red+Green+Blue) = 216+80+0=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D85000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85000 is #27AFFF. Grayscale: #707070. Windows color (decimal): -2600960 or 20696. OLE color: 20696.

HSL color Cylindrical-coordinate representation of color #D85000: hue angle of 22.22º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D85000 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 80 0 -
CMYK 0 0.63 1 0.15
HSL 22.22º 1% 0.42% -
HSV(B) 22.22º 1% 0.85% -
XYZ 31.19 20.34 2.28 -
YUV 111.54 65.06 202.5 -
System Red Green Blue C M Y K H S L
Decimal 216 80 0 0 0.63 1 0.15 22.22 1 0.42
Hex D8 50 0 0 3F 64 F 16 64 2A
Octal 330 120 0 0 77 144 17 26 144 52
Binary 11011000 1010000 0 0 111111 1100100 1111 10110 1100100 101010

Color Harmonies of #D85000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85000

Black with #D85000

Text Example


Text Example

White with #D85000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85000; }

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

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

background-color css

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

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

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

border-color css

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

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

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