Html Css Color HEX #D65314 Tenne (Tawny)

📋 copy color: '#D65314'

red 214 ◦ green 83 ◦ blue 20

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

Shades of Tenne (Tawny) #D65314

Tints of Tenne (Tawny) #D65314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.18%

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

R = 67.51%
G = 26.18%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D65314 (or 0xD65314) is known color: Tenne (Tawny). HEX triplet: D6, 53 and 14. RGB value is (214,83,20). Sum of RGB (Red+Green+Blue) = 214+83+20=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D65314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65314 is #29ACEB. Grayscale: #737373. Windows color (decimal): -2731244 or 1332182. OLE color: 1332182.

HSL color Cylindrical-coordinate representation of color #D65314: hue angle of 19.48º degrees, saturation: 0.83, 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 #D65314 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 83 20 -
CMYK 0 0.61 0.91 0.16
HSL 19.48º 0.83% 0.46% -
HSV(B) 19.48º 0.91% 0.84% -
XYZ 30.95 20.53 2.99 -
YUV 114.99 74.4 198.62 -
System Red Green Blue C M Y K H S L
Decimal 214 83 20 0 0.61 0.91 0.16 19.48 0.83 0.46
Hex D6 53 14 0 3D 5B 10 13 53 2E
Octal 326 123 24 0 75 133 20 23 123 56
Binary 11010110 1010011 10100 0 111101 1011011 10000 10011 1010011 101110

Color Harmonies of #D65314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65314

Black with #D65314

Text Example


Text Example

White with #D65314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65314; }

 p { color: rgb(214,83,20); }

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

background-color css

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

 a { background-color: rgb(214,83,20); }

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

border-color css

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

 span { border-color: rgb(214,83,20); }

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