Html Css Color HEX #D74F17 Tenne (Tawny)

📋 copy color: '#D74F17'

red 215 ◦ green 79 ◦ blue 23

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

Shades of Tenne (Tawny) #D74F17

Tints of Tenne (Tawny) #D74F17

RGB

 RED value IS 215 (84.38% from 255) = 67.82%

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

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

R = 67.82%
G = 24.92%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D74F17 (or 0xD74F17) is known color: Tenne (Tawny). HEX triplet: D7, 4F and 17. RGB value is (215,79,23). Sum of RGB (Red+Green+Blue) = 215+79+23=317 (41% of max value = 765). Red value is 215 (84.38% from 255 or 67.82% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D74F17 is #28B0E8. Grayscale: #717171. Windows color (decimal): -2666729 or 1527767. OLE color: 1527767.

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

Color convert

RGB 215 79 23 -
CMYK 0 0.63 0.89 0.16
HSL 17.5º 0.81% 0.47% -
HSV(B) 17.5º 0.89% 0.84% -
XYZ 30.97 20.1 3.06 -
YUV 113.28 77.06 200.55 -
System Red Green Blue C M Y K H S L
Decimal 215 79 23 0 0.63 0.89 0.16 17.5 0.81 0.47
Hex D7 4F 17 0 3F 59 10 12 51 2F
Octal 327 117 27 0 77 131 20 22 121 57
Binary 11010111 1001111 10111 0 111111 1011001 10000 10010 1010001 101111

Color Harmonies of #D74F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74F17

Black with #D74F17

Text Example


Text Example

White with #D74F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74F17; }

 p { color: rgb(215,79,23); }

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

background-color css

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

 a { background-color: rgb(215,79,23); }

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

border-color css

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

 span { border-color: rgb(215,79,23); }

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