Html Css Color HEX #D64F00 Tenne (Tawny)

📋 copy color: '#D64F00'

red 214 ◦ green 79 ◦ blue 0

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

Shades of Tenne (Tawny) #D64F00

Tints of Tenne (Tawny) #D64F00

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.96%

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

R = 73.04%
G = 26.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D64F00 (or 0xD64F00) is known color: Tenne (Tawny). HEX triplet: D6, 4F and 00. RGB value is (214,79,0). Sum of RGB (Red+Green+Blue) = 214+79+0=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64F00 is #29B0FF. Grayscale: #6E6E6E. Windows color (decimal): -2732288 or 20438. OLE color: 20438.

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

Color convert

RGB 214 79 0 -
CMYK 0 0.63 1 0.16
HSL 22.15º 1% 0.42% -
HSV(B) 22.15º 1% 0.84% -
XYZ 30.53 19.89 2.23 -
YUV 110.36 65.73 201.92 -
System Red Green Blue C M Y K H S L
Decimal 214 79 0 0 0.63 1 0.16 22.15 1 0.42
Hex D6 4F 0 0 3F 64 10 16 64 2A
Octal 326 117 0 0 77 144 20 26 144 52
Binary 11010110 1001111 0 0 111111 1100100 10000 10110 1100100 101010

Color Harmonies of #D64F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F00

Black with #D64F00

Text Example


Text Example

White with #D64F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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