Html Css Color HEX #D65114 Tenne (Tawny)

📋 copy color: '#D65114'

red 214 ◦ green 81 ◦ blue 20

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

Shades of Tenne (Tawny) #D65114

Tints of Tenne (Tawny) #D65114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.71%

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

R = 67.94%
G = 25.71%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D65114 (or 0xD65114) is known color: Tenne (Tawny). HEX triplet: D6, 51 and 14. RGB value is (214,81,20). Sum of RGB (Red+Green+Blue) = 214+81+20=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D65114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65114 is #29AEEB. Grayscale: #727272. Windows color (decimal): -2731756 or 1331670. OLE color: 1331670.

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

Color convert

RGB 214 81 20 -
CMYK 0 0.62 0.91 0.16
HSL 18.87º 0.83% 0.46% -
HSV(B) 18.87º 0.91% 0.84% -
XYZ 30.8 20.23 2.94 -
YUV 113.81 75.06 199.46 -
System Red Green Blue C M Y K H S L
Decimal 214 81 20 0 0.62 0.91 0.16 18.87 0.83 0.46
Hex D6 51 14 0 3E 5B 10 13 53 2E
Octal 326 121 24 0 76 133 20 23 123 56
Binary 11010110 1010001 10100 0 111110 1011011 10000 10011 1010011 101110

Color Harmonies of #D65114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65114

Black with #D65114

Text Example


Text Example

White with #D65114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65114; }

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

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

background-color css

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

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

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

border-color css

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

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

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