Html Css Color HEX #D85800 Tenne (Tawny)

📋 copy color: '#D85800'

red 216 ◦ green 88 ◦ blue 0

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

Shades of Tenne (Tawny) #D85800

Tints of Tenne (Tawny) #D85800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.95%

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

R = 71.05%
G = 28.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D85800 (or 0xD85800) is known color: Tenne (Tawny). HEX triplet: D8, 58 and 00. RGB value is (216,88,0). Sum of RGB (Red+Green+Blue) = 216+88+0=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D85800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85800 is #27A7FF. Grayscale: #747474. Windows color (decimal): -2598912 or 22744. OLE color: 22744.

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

Color convert

RGB 216 88 0 -
CMYK 0 0.59 1 0.15
HSL 24.44º 1% 0.42% -
HSV(B) 24.44º 1% 0.85% -
XYZ 31.81 21.58 2.49 -
YUV 116.24 62.41 199.16 -
System Red Green Blue C M Y K H S L
Decimal 216 88 0 0 0.59 1 0.15 24.44 1 0.42
Hex D8 58 0 0 3B 64 F 18 64 2A
Octal 330 130 0 0 73 144 17 30 144 52
Binary 11011000 1011000 0 0 111011 1100100 1111 11000 1100100 101010

Color Harmonies of #D85800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85800

Black with #D85800

Text Example


Text Example

White with #D85800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85800; }

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

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

background-color css

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

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

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

border-color css

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

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

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