Html Css Color HEX #D85404 Tenne (Tawny)

📋 copy color: '#D85404'

red 216 ◦ green 84 ◦ blue 4

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

Shades of Tenne (Tawny) #D85404

Tints of Tenne (Tawny) #D85404

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.63%

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 71.05%
G = 27.63%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D85404 (or 0xD85404) is known color: Tenne (Tawny). HEX triplet: D8, 54 and 04. RGB value is (216,84,4). Sum of RGB (Red+Green+Blue) = 216+84+4=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D85404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85404 is #27ABFB. Grayscale: #727272. Windows color (decimal): -2599932 or 283864. OLE color: 283864.

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

Color convert

RGB 216 84 4 -
CMYK 0 0.61 0.98 0.15
HSL 22.64º 0.96% 0.43% -
HSV(B) 22.64º 0.98% 0.85% -
XYZ 31.51 20.95 2.5 -
YUV 114.35 65.73 200.5 -
System Red Green Blue C M Y K H S L
Decimal 216 84 4 0 0.61 0.98 0.15 22.64 0.96 0.43
Hex D8 54 4 0 3D 62 F 17 60 2B
Octal 330 124 4 0 75 142 17 27 140 53
Binary 11011000 1010100 100 0 111101 1100010 1111 10111 1100000 101011

Color Harmonies of #D85404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85404

Black with #D85404

Text Example


Text Example

White with #D85404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85404; }

 p { color: rgb(216,84,4); }

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

background-color css

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

 a { background-color: rgb(216,84,4); }

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

border-color css

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

 span { border-color: rgb(216,84,4); }

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