Html Css Color HEX #D64E00 Tenne (Tawny)

📋 copy color: '#D64E00'

red 214 ◦ green 78 ◦ blue 0

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

Shades of Tenne (Tawny) #D64E00

Tints of Tenne (Tawny) #D64E00

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.29%
G = 26.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D64E00 (or 0xD64E00) is known color: Tenne (Tawny). HEX triplet: D6, 4E and 00. RGB value is (214,78,0). Sum of RGB (Red+Green+Blue) = 214+78+0=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64E00 is #29B1FF. Grayscale: #6E6E6E. Windows color (decimal): -2732544 or 20182. OLE color: 20182.

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

Color convert

RGB 214 78 0 -
CMYK 0 0.64 1 0.16
HSL 21.87º 1% 0.42% -
HSV(B) 21.87º 1% 0.84% -
XYZ 30.46 19.74 2.21 -
YUV 109.77 66.06 202.34 -
System Red Green Blue C M Y K H S L
Decimal 214 78 0 0 0.64 1 0.16 21.87 1 0.42
Hex D6 4E 0 0 40 64 10 16 64 2A
Octal 326 116 0 0 100 144 20 26 144 52
Binary 11010110 1001110 0 0 1000000 1100100 10000 10110 1100100 101010

Color Harmonies of #D64E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64E00

Black with #D64E00

Text Example


Text Example

White with #D64E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64E00; }

 p { color: rgb(214,78,0); }

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

background-color css

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

 a { background-color: rgb(214,78,0); }

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

border-color css

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

 span { border-color: rgb(214,78,0); }

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