Html Css Color HEX #D85E0A Tenne (Tawny)

📋 copy color: '#D85E0A'

red 216 ◦ green 94 ◦ blue 10

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

Shades of Tenne (Tawny) #D85E0A

Tints of Tenne (Tawny) #D85E0A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.38%

 BLUE value IS 10 (4.3% from 255) = 3.13%

R = 67.5%
G = 29.38%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D85E0A (or 0xD85E0A) is known color: Tenne (Tawny). HEX triplet: D8, 5E and 0A. RGB value is (216,94,10). Sum of RGB (Red+Green+Blue) = 216+94+10=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85E0A is #27A1F5. Grayscale: #797979. Windows color (decimal): -2597366 or 679640. OLE color: 679640.

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

Color convert

RGB 216 94 10 -
CMYK 0 0.56 0.95 0.15
HSL 24.47º 0.91% 0.44% -
HSV(B) 24.47º 0.95% 0.85% -
XYZ 32.38 22.63 2.95 -
YUV 120.9 65.42 195.83 -
System Red Green Blue C M Y K H S L
Decimal 216 94 10 0 0.56 0.95 0.15 24.47 0.91 0.44
Hex D8 5E A 0 38 5F F 18 5B 2C
Octal 330 136 12 0 70 137 17 30 133 54
Binary 11011000 1011110 1010 0 111000 1011111 1111 11000 1011011 101100

Color Harmonies of #D85E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85E0A

Black with #D85E0A

Text Example


Text Example

White with #D85E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85E0A; }

 p { color: rgb(216,94,10); }

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

background-color css

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

 a { background-color: rgb(216,94,10); }

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

border-color css

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

 span { border-color: rgb(216,94,10); }

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