Html Css Color HEX #D85803 Tenne (Tawny)

📋 copy color: '#D85803'

red 216 ◦ green 88 ◦ blue 3

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

Shades of Tenne (Tawny) #D85803

Tints of Tenne (Tawny) #D85803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.98%

R = 70.36%
G = 28.66%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D85803 (or 0xD85803) is known color: Tenne (Tawny). HEX triplet: D8, 58 and 03. RGB value is (216,88,3). Sum of RGB (Red+Green+Blue) = 216+88+3=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D85803 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85803 is #27A7FC. Grayscale: #757575. Windows color (decimal): -2598909 or 219352. OLE color: 219352.

HSL color Cylindrical-coordinate representation of color #D85803: hue angle of 23.94º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D85803 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 88 3 -
CMYK 0 0.59 0.99 0.15
HSL 23.94º 0.97% 0.43% -
HSV(B) 23.94º 0.99% 0.85% -
XYZ 31.83 21.58 2.58 -
YUV 116.58 63.91 198.91 -
System Red Green Blue C M Y K H S L
Decimal 216 88 3 0 0.59 0.99 0.15 23.94 0.97 0.43
Hex D8 58 3 0 3B 63 F 18 61 2B
Octal 330 130 3 0 73 143 17 30 141 53
Binary 11011000 1011000 11 0 111011 1100011 1111 11000 1100001 101011

Color Harmonies of #D85803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85803

Black with #D85803

Text Example


Text Example

White with #D85803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85803; }

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

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

background-color css

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

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

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

border-color css

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

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

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