Html Css Color HEX #D94D17 Tenne (Tawny)

📋 copy color: '#D94D17'

red 217 ◦ green 77 ◦ blue 23

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

Shades of Tenne (Tawny) #D94D17

Tints of Tenne (Tawny) #D94D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.26%

R = 68.45%
G = 24.29%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D94D17 (or 0xD94D17) is known color: Tenne (Tawny). HEX triplet: D9, 4D and 17. RGB value is (217,77,23). Sum of RGB (Red+Green+Blue) = 217+77+23=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D94D17 is #26B2E8. Grayscale: #717171. Windows color (decimal): -2536169 or 1527257. OLE color: 1527257.

HSL color Cylindrical-coordinate representation of color #D94D17: hue angle of 16.7º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D94D17 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 77 23 -
CMYK 0 0.65 0.89 0.15
HSL 16.7º 0.81% 0.47% -
HSV(B) 16.7º 0.89% 0.85% -
XYZ 31.42 20.12 3.04 -
YUV 112.7 77.38 202.39 -
System Red Green Blue C M Y K H S L
Decimal 217 77 23 0 0.65 0.89 0.15 16.7 0.81 0.47
Hex D9 4D 17 0 41 59 F 11 51 2F
Octal 331 115 27 0 101 131 17 21 121 57
Binary 11011001 1001101 10111 0 1000001 1011001 1111 10001 1010001 101111

Color Harmonies of #D94D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94D17

Black with #D94D17

Text Example


Text Example

White with #D94D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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