Html Css Color HEX #D74E00 Tenne (Tawny)

📋 copy color: '#D74E00'

red 215 ◦ green 78 ◦ blue 0

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

Shades of Tenne (Tawny) #D74E00

Tints of Tenne (Tawny) #D74E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.38%
G = 26.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D74E00 (or 0xD74E00) is known color: Tenne (Tawny). HEX triplet: D7, 4E and 00. RGB value is (215,78,0). Sum of RGB (Red+Green+Blue) = 215+78+0=293 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.38% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D74E00 is #28B1FF. Grayscale: #6E6E6E. Windows color (decimal): -2667008 or 20183. OLE color: 20183.

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

Color convert

RGB 215 78 0 -
CMYK 0 0.64 1 0.16
HSL 21.77º 1% 0.42% -
HSV(B) 21.77º 1% 0.84% -
XYZ 30.75 19.9 2.22 -
YUV 110.07 65.89 202.84 -
System Red Green Blue C M Y K H S L
Decimal 215 78 0 0 0.64 1 0.16 21.77 1 0.42
Hex D7 4E 0 0 40 64 10 16 64 2A
Octal 327 116 0 0 100 144 20 26 144 52
Binary 11010111 1001110 0 0 1000000 1100100 10000 10110 1100100 101010

Color Harmonies of #D74E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74E00

Black with #D74E00

Text Example


Text Example

White with #D74E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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