Html Css Color HEX #D85405 Tenne (Tawny)

📋 copy color: '#D85405'

red 216 ◦ green 84 ◦ blue 5

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

Shades of Tenne (Tawny) #D85405

Tints of Tenne (Tawny) #D85405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.64%

R = 70.82%
G = 27.54%
B = 1.64%

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

#D85405 (or 0xD85405) is known color: Tenne (Tawny). HEX triplet: D8, 54 and 05. RGB value is (216,84,5). Sum of RGB (Red+Green+Blue) = 216+84+5=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D85405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85405 is #27ABFA. Grayscale: #727272. Windows color (decimal): -2599931 or 349400. OLE color: 349400.

HSL color Cylindrical-coordinate representation of color #D85405: hue angle of 22.46º degrees, saturation: 0.95, 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 #D85405 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 84 5 -
CMYK 0 0.61 0.98 0.15
HSL 22.46º 0.95% 0.43% -
HSV(B) 22.46º 0.98% 0.85% -
XYZ 31.52 20.95 2.53 -
YUV 114.46 66.23 200.42 -
System Red Green Blue C M Y K H S L
Decimal 216 84 5 0 0.61 0.98 0.15 22.46 0.95 0.43
Hex D8 54 5 0 3D 62 F 16 5F 2B
Octal 330 124 5 0 75 142 17 26 137 53
Binary 11011000 1010100 101 0 111101 1100010 1111 10110 1011111 101011

Color Harmonies of #D85405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85405

Black with #D85405

Text Example


Text Example

White with #D85405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85405; }

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

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

background-color css

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

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

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

border-color css

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

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

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