Html Css Color HEX #D85514 Tenne (Tawny)

📋 copy color: '#D85514'

red 216 ◦ green 85 ◦ blue 20

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

Shades of Tenne (Tawny) #D85514

Tints of Tenne (Tawny) #D85514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.48%

 BLUE value IS 20 (8.2% from 255) = 6.23%

R = 67.29%
G = 26.48%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D85514 (or 0xD85514) is known color: Tenne (Tawny). HEX triplet: D8, 55 and 14. RGB value is (216,85,20). Sum of RGB (Red+Green+Blue) = 216+85+20=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D85514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85514 is #27AAEB. Grayscale: #757575. Windows color (decimal): -2599660 or 1332696. OLE color: 1332696.

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

Color convert

RGB 216 85 20 -
CMYK 0 0.61 0.91 0.15
HSL 19.9º 0.83% 0.46% -
HSV(B) 19.9º 0.91% 0.85% -
XYZ 31.69 21.15 3.07 -
YUV 116.76 73.4 198.79 -
System Red Green Blue C M Y K H S L
Decimal 216 85 20 0 0.61 0.91 0.15 19.9 0.83 0.46
Hex D8 55 14 0 3D 5B F 14 53 2E
Octal 330 125 24 0 75 133 17 24 123 56
Binary 11011000 1010101 10100 0 111101 1011011 1111 10100 1010011 101110

Color Harmonies of #D85514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85514

Black with #D85514

Text Example


Text Example

White with #D85514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85514; }

 p { color: rgb(216,85,20); }

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

background-color css

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

 a { background-color: rgb(216,85,20); }

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

border-color css

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

 span { border-color: rgb(216,85,20); }

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