Html Css Color HEX #D85100 Tenne (Tawny)

📋 copy color: '#D85100'

red 216 ◦ green 81 ◦ blue 0

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

Shades of Tenne (Tawny) #D85100

Tints of Tenne (Tawny) #D85100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.27%

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

R = 72.73%
G = 27.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D85100 (or 0xD85100) is known color: Tenne (Tawny). HEX triplet: D8, 51 and 00. RGB value is (216,81,0). Sum of RGB (Red+Green+Blue) = 216+81+0=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D85100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85100 is #27AEFF. Grayscale: #707070. Windows color (decimal): -2600704 or 20952. OLE color: 20952.

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

Color convert

RGB 216 81 0 -
CMYK 0 0.62 1 0.15
HSL 22.5º 1% 0.42% -
HSV(B) 22.5º 1% 0.85% -
XYZ 31.26 20.48 2.31 -
YUV 112.13 64.73 202.09 -
System Red Green Blue C M Y K H S L
Decimal 216 81 0 0 0.62 1 0.15 22.5 1 0.42
Hex D8 51 0 0 3E 64 F 16 64 2A
Octal 330 121 0 0 76 144 17 26 144 52
Binary 11011000 1010001 0 0 111110 1100100 1111 10110 1100100 101010

Color Harmonies of #D85100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85100

Black with #D85100

Text Example


Text Example

White with #D85100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85100; }

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

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

background-color css

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

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

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

border-color css

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

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

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