Html Css Color HEX #D65713 Tenne (Tawny)

📋 copy color: '#D65713'

red 214 ◦ green 87 ◦ blue 19

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

Shades of Tenne (Tawny) #D65713

Tints of Tenne (Tawny) #D65713

RGB

 RED value IS 214 (83.98% from 255) = 66.88%

 GREEN value IS 87 (34.38% from 255) = 27.19%

 BLUE value IS 19 (7.81% from 255) = 5.94%

R = 66.88%
G = 27.19%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D65713 (or 0xD65713) is known color: Tenne (Tawny). HEX triplet: D6, 57 and 13. RGB value is (214,87,19). Sum of RGB (Red+Green+Blue) = 214+87+19=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D65713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65713 is #29A8EC. Grayscale: #757575. Windows color (decimal): -2730221 or 1267670. OLE color: 1267670.

HSL color Cylindrical-coordinate representation of color #D65713: hue angle of 20.92º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D65713 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 87 19 -
CMYK 0 0.59 0.91 0.16
HSL 20.92º 0.84% 0.46% -
HSV(B) 20.92º 0.91% 0.84% -
XYZ 31.26 21.16 3.05 -
YUV 117.22 72.58 197.03 -
System Red Green Blue C M Y K H S L
Decimal 214 87 19 0 0.59 0.91 0.16 20.92 0.84 0.46
Hex D6 57 13 0 3B 5B 10 15 54 2E
Octal 326 127 23 0 73 133 20 25 124 56
Binary 11010110 1010111 10011 0 111011 1011011 10000 10101 1010100 101110

Color Harmonies of #D65713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65713

Black with #D65713

Text Example


Text Example

White with #D65713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65713; }

 p { color: rgb(214,87,19); }

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

background-color css

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

 a { background-color: rgb(214,87,19); }

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

border-color css

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

 span { border-color: rgb(214,87,19); }

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