Html Css Color HEX #D64D14 Tenne (Tawny)

📋 copy color: '#D64D14'

red 214 ◦ green 77 ◦ blue 20

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

Shades of Tenne (Tawny) #D64D14

Tints of Tenne (Tawny) #D64D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.76%

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

R = 68.81%
G = 24.76%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D64D14 (or 0xD64D14) is known color: Tenne (Tawny). HEX triplet: D6, 4D and 14. RGB value is (214,77,20). Sum of RGB (Red+Green+Blue) = 214+77+20=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64D14 is #29B2EB. Grayscale: #6F6F6F. Windows color (decimal): -2732780 or 1330646. OLE color: 1330646.

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

Color convert

RGB 214 77 20 -
CMYK 0 0.64 0.91 0.16
HSL 17.63º 0.83% 0.46% -
HSV(B) 17.63º 0.91% 0.84% -
XYZ 30.51 19.65 2.85 -
YUV 111.47 76.39 201.13 -
System Red Green Blue C M Y K H S L
Decimal 214 77 20 0 0.64 0.91 0.16 17.63 0.83 0.46
Hex D6 4D 14 0 40 5B 10 12 53 2E
Octal 326 115 24 0 100 133 20 22 123 56
Binary 11010110 1001101 10100 0 1000000 1011011 10000 10010 1010011 101110

Color Harmonies of #D64D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D14

Black with #D64D14

Text Example


Text Example

White with #D64D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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