Html Css Color HEX #D94F0E Tenne (Tawny)

📋 copy color: '#D94F0E'

red 217 ◦ green 79 ◦ blue 14

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

Shades of Tenne (Tawny) #D94F0E

Tints of Tenne (Tawny) #D94F0E

RGB

 RED value IS 217 (85.16% from 255) = 70%

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

 BLUE value IS 14 (5.86% from 255) = 4.52%

R = 70%
G = 25.48%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D94F0E (or 0xD94F0E) is known color: Tenne (Tawny). HEX triplet: D9, 4F and 0E. RGB value is (217,79,14). Sum of RGB (Red+Green+Blue) = 217+79+14=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D94F0E is #26B0F1. Grayscale: #717171. Windows color (decimal): -2535666 or 937945. OLE color: 937945.

HSL color Cylindrical-coordinate representation of color #D94F0E: hue angle of 19.21º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D94F0E is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 79 14 -
CMYK 0 0.64 0.94 0.15
HSL 19.21º 0.88% 0.45% -
HSV(B) 19.21º 0.94% 0.85% -
XYZ 31.49 20.38 2.69 -
YUV 112.85 72.22 202.29 -
System Red Green Blue C M Y K H S L
Decimal 217 79 14 0 0.64 0.94 0.15 19.21 0.88 0.45
Hex D9 4F E 0 40 5E F 13 58 2D
Octal 331 117 16 0 100 136 17 23 130 55
Binary 11011001 1001111 1110 0 1000000 1011110 1111 10011 1011000 101101

Color Harmonies of #D94F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94F0E

Black with #D94F0E

Text Example


Text Example

White with #D94F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94F0E; }

 p { color: rgb(217,79,14); }

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

background-color css

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

 a { background-color: rgb(217,79,14); }

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

border-color css

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

 span { border-color: rgb(217,79,14); }

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