Html Css Color HEX #D85E00 Tenne (Tawny)

📋 copy color: '#D85E00'

red 216 ◦ green 94 ◦ blue 0

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

Shades of Tenne (Tawny) #D85E00

Tints of Tenne (Tawny) #D85E00

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.32%

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

R = 69.68%
G = 30.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D85E00 (or 0xD85E00) is known color: Tenne (Tawny). HEX triplet: D8, 5E and 00. RGB value is (216,94,0). Sum of RGB (Red+Green+Blue) = 216+94+0=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85E00 is #27A1FF. Grayscale: #787878. Windows color (decimal): -2597376 or 24280. OLE color: 24280.

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

Color convert

RGB 216 94 0 -
CMYK 0 0.56 1 0.15
HSL 26.11º 1% 0.42% -
HSV(B) 26.11º 1% 0.85% -
XYZ 32.32 22.6 2.66 -
YUV 119.76 60.42 196.64 -
System Red Green Blue C M Y K H S L
Decimal 216 94 0 0 0.56 1 0.15 26.11 1 0.42
Hex D8 5E 0 0 38 64 F 1A 64 2A
Octal 330 136 0 0 70 144 17 32 144 52
Binary 11011000 1011110 0 0 111000 1100100 1111 11010 1100100 101010

Color Harmonies of #D85E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85E00

Black with #D85E00

Text Example


Text Example

White with #D85E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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