Html Css Color HEX #D94D0E Tenne (Tawny)

📋 copy color: '#D94D0E'

red 217 ◦ green 77 ◦ blue 14

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

Shades of Tenne (Tawny) #D94D0E

Tints of Tenne (Tawny) #D94D0E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25%

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

R = 70.45%
G = 25%
B = 4.55%

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

#D94D0E (or 0xD94D0E) is known color: Tenne (Tawny). HEX triplet: D9, 4D and 0E. RGB value is (217,77,14). Sum of RGB (Red+Green+Blue) = 217+77+14=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D94D0E is #26B2F1. Grayscale: #707070. Windows color (decimal): -2536178 or 937433. OLE color: 937433.

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

Color convert

RGB 217 77 14 -
CMYK 0 0.65 0.94 0.15
HSL 18.62º 0.88% 0.45% -
HSV(B) 18.62º 0.94% 0.85% -
XYZ 31.35 20.09 2.64 -
YUV 111.68 72.88 203.12 -
System Red Green Blue C M Y K H S L
Decimal 217 77 14 0 0.65 0.94 0.15 18.62 0.88 0.45
Hex D9 4D E 0 41 5E F 13 58 2D
Octal 331 115 16 0 101 136 17 23 130 55
Binary 11011001 1001101 1110 0 1000001 1011110 1111 10011 1011000 101101

Color Harmonies of #D94D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94D0E

Black with #D94D0E

Text Example


Text Example

White with #D94D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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