Html Css Color HEX #D85408 Tenne (Tawny)

📋 copy color: '#D85408'

red 216 ◦ green 84 ◦ blue 8

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

Shades of Tenne (Tawny) #D85408

Tints of Tenne (Tawny) #D85408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.6%

R = 70.13%
G = 27.27%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D85408 (or 0xD85408) is known color: Tenne (Tawny). HEX triplet: D8, 54 and 08. RGB value is (216,84,8). Sum of RGB (Red+Green+Blue) = 216+84+8=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D85408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85408 is #27ABF7. Grayscale: #737373. Windows color (decimal): -2599928 or 546008. OLE color: 546008.

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

Color convert

RGB 216 84 8 -
CMYK 0 0.61 0.96 0.15
HSL 21.92º 0.93% 0.44% -
HSV(B) 21.92º 0.96% 0.85% -
XYZ 31.53 20.96 2.61 -
YUV 114.8 67.73 200.18 -
System Red Green Blue C M Y K H S L
Decimal 216 84 8 0 0.61 0.96 0.15 21.92 0.93 0.44
Hex D8 54 8 0 3D 60 F 16 5D 2C
Octal 330 124 10 0 75 140 17 26 135 54
Binary 11011000 1010100 1000 0 111101 1100000 1111 10110 1011101 101100

Color Harmonies of #D85408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85408

Black with #D85408

Text Example


Text Example

White with #D85408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85408; }

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

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

background-color css

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

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

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

border-color css

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

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

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