Html Css Color HEX #D94F16 Tenne (Tawny)

📋 copy color: '#D94F16'

red 217 ◦ green 79 ◦ blue 22

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

Shades of Tenne (Tawny) #D94F16

Tints of Tenne (Tawny) #D94F16

RGB

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

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

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

R = 68.24%
G = 24.84%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D94F16 (or 0xD94F16) is known color: Tenne (Tawny). HEX triplet: D9, 4F and 16. RGB value is (217,79,22). Sum of RGB (Red+Green+Blue) = 217+79+22=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D94F16 is #26B0E9. Grayscale: #727272. Windows color (decimal): -2535658 or 1462233. OLE color: 1462233.

HSL color Cylindrical-coordinate representation of color #D94F16: hue angle of 17.54º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D94F16 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 79 22 -
CMYK 0 0.64 0.90 0.15
HSL 17.54º 0.82% 0.47% -
HSV(B) 17.54º 0.9% 0.85% -
XYZ 31.56 20.4 3.03 -
YUV 113.76 76.22 201.63 -
System Red Green Blue C M Y K H S L
Decimal 217 79 22 0 0.64 0.90 0.15 17.54 0.82 0.47
Hex D9 4F 16 0 40 5A F 12 52 2F
Octal 331 117 26 0 100 132 17 22 122 57
Binary 11011001 1001111 10110 0 1000000 1011010 1111 10010 1010010 101111

Color Harmonies of #D94F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94F16

Black with #D94F16

Text Example


Text Example

White with #D94F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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