Html Css Color HEX #D94C0E Tenne (Tawny)

📋 copy color: '#D94C0E'

red 217 ◦ green 76 ◦ blue 14

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

Shades of Tenne (Tawny) #D94C0E

Tints of Tenne (Tawny) #D94C0E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.76%

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

R = 70.68%
G = 24.76%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D94C0E (or 0xD94C0E) is known color: Tenne (Tawny). HEX triplet: D9, 4C and 0E. RGB value is (217,76,14). Sum of RGB (Red+Green+Blue) = 217+76+14=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94C0E is #26B3F1. Grayscale: #6F6F6F. Windows color (decimal): -2536434 or 937177. OLE color: 937177.

HSL color Cylindrical-coordinate representation of color #D94C0E: hue angle of 18.33º 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 #D94C0E is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 76 14 -
CMYK 0 0.65 0.94 0.15
HSL 18.33º 0.88% 0.45% -
HSV(B) 18.33º 0.94% 0.85% -
XYZ 31.28 19.95 2.62 -
YUV 111.09 73.21 203.54 -
System Red Green Blue C M Y K H S L
Decimal 217 76 14 0 0.65 0.94 0.15 18.33 0.88 0.45
Hex D9 4C E 0 41 5E F 12 58 2D
Octal 331 114 16 0 101 136 17 22 130 55
Binary 11011001 1001100 1110 0 1000001 1011110 1111 10010 1011000 101101

Color Harmonies of #D94C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C0E

Black with #D94C0E

Text Example


Text Example

White with #D94C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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