Html Css Color HEX #D64E03 Tenne (Tawny)

📋 copy color: '#D64E03'

red 214 ◦ green 78 ◦ blue 3

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

Shades of Tenne (Tawny) #D64E03

Tints of Tenne (Tawny) #D64E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.02%

R = 72.54%
G = 26.44%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D64E03 (or 0xD64E03) is known color: Tenne (Tawny). HEX triplet: D6, 4E and 03. RGB value is (214,78,3). Sum of RGB (Red+Green+Blue) = 214+78+3=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64E03 is #29B1FC. Grayscale: #6E6E6E. Windows color (decimal): -2732541 or 216790. OLE color: 216790.

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

Color convert

RGB 214 78 3 -
CMYK 0 0.64 0.99 0.16
HSL 21.33º 0.97% 0.43% -
HSV(B) 21.33º 0.99% 0.84% -
XYZ 30.47 19.75 2.29 -
YUV 110.11 67.56 202.1 -
System Red Green Blue C M Y K H S L
Decimal 214 78 3 0 0.64 0.99 0.16 21.33 0.97 0.43
Hex D6 4E 3 0 40 63 10 15 61 2B
Octal 326 116 3 0 100 143 20 25 141 53
Binary 11010110 1001110 11 0 1000000 1100011 10000 10101 1100001 101011

Color Harmonies of #D64E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64E03

Black with #D64E03

Text Example


Text Example

White with #D64E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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