Html Css Color HEX #D74E16 Tenne (Tawny)

📋 copy color: '#D74E16'

red 215 ◦ green 78 ◦ blue 22

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

Shades of Tenne (Tawny) #D74E16

Tints of Tenne (Tawny) #D74E16

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.76%

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

R = 68.25%
G = 24.76%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D74E16 (or 0xD74E16) is known color: Tenne (Tawny). HEX triplet: D7, 4E and 16. RGB value is (215,78,22). Sum of RGB (Red+Green+Blue) = 215+78+22=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D74E16 is #28B1E9. Grayscale: #707070. Windows color (decimal): -2666986 or 1461975. OLE color: 1461975.

HSL color Cylindrical-coordinate representation of color #D74E16: hue angle of 17.41º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D74E16 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 78 22 -
CMYK 0 0.64 0.90 0.16
HSL 17.41º 0.81% 0.46% -
HSV(B) 17.41º 0.9% 0.84% -
XYZ 30.89 19.95 2.98 -
YUV 112.58 76.89 201.05 -
System Red Green Blue C M Y K H S L
Decimal 215 78 22 0 0.64 0.90 0.16 17.41 0.81 0.46
Hex D7 4E 16 0 40 5A 10 11 51 2E
Octal 327 116 26 0 100 132 20 21 121 56
Binary 11010111 1001110 10110 0 1000000 1011010 10000 10001 1010001 101110

Color Harmonies of #D74E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74E16

Black with #D74E16

Text Example


Text Example

White with #D74E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74E16; }

 p { color: rgb(215,78,22); }

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

background-color css

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

 a { background-color: rgb(215,78,22); }

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

border-color css

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

 span { border-color: rgb(215,78,22); }

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