Html Css Color HEX #D64F05 Tenne (Tawny)

📋 copy color: '#D64F05'

red 214 ◦ green 79 ◦ blue 5

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

Shades of Tenne (Tawny) #D64F05

Tints of Tenne (Tawny) #D64F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.68%

R = 71.81%
G = 26.51%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D64F05 (or 0xD64F05) is known color: Tenne (Tawny). HEX triplet: D6, 4F and 05. RGB value is (214,79,5). Sum of RGB (Red+Green+Blue) = 214+79+5=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64F05 is #29B0FA. Grayscale: #6F6F6F. Windows color (decimal): -2732283 or 348118. OLE color: 348118.

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

Color convert

RGB 214 79 5 -
CMYK 0 0.63 0.98 0.16
HSL 21.24º 0.95% 0.43% -
HSV(B) 21.24º 0.98% 0.84% -
XYZ 30.55 19.9 2.37 -
YUV 110.93 68.23 201.52 -
System Red Green Blue C M Y K H S L
Decimal 214 79 5 0 0.63 0.98 0.16 21.24 0.95 0.43
Hex D6 4F 5 0 3F 62 10 15 5F 2B
Octal 326 117 5 0 77 142 20 25 137 53
Binary 11010110 1001111 101 0 111111 1100010 10000 10101 1011111 101011

Color Harmonies of #D64F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F05

Black with #D64F05

Text Example


Text Example

White with #D64F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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