Html Css Color HEX #D64F16 Tenne (Tawny)

📋 copy color: '#D64F16'

red 214 ◦ green 79 ◦ blue 22

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

Shades of Tenne (Tawny) #D64F16

Tints of Tenne (Tawny) #D64F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.98%

R = 67.94%
G = 25.08%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D64F16 (or 0xD64F16) is known color: Tenne (Tawny). HEX triplet: D6, 4F and 16. RGB value is (214,79,22). Sum of RGB (Red+Green+Blue) = 214+79+22=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64F16 is #29B0E9. Grayscale: #717171. Windows color (decimal): -2732266 or 1462230. OLE color: 1462230.

HSL color Cylindrical-coordinate representation of color #D64F16: hue angle of 17.81º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D64F16 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 79 22 -
CMYK 0 0.63 0.90 0.16
HSL 17.81º 0.81% 0.46% -
HSV(B) 17.81º 0.9% 0.84% -
XYZ 30.67 19.95 2.99 -
YUV 112.87 76.73 200.13 -
System Red Green Blue C M Y K H S L
Decimal 214 79 22 0 0.63 0.90 0.16 17.81 0.81 0.46
Hex D6 4F 16 0 3F 5A 10 12 51 2E
Octal 326 117 26 0 77 132 20 22 121 56
Binary 11010110 1001111 10110 0 111111 1011010 10000 10010 1010001 101110

Color Harmonies of #D64F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F16

Black with #D64F16

Text Example


Text Example

White with #D64F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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