Html Css Color HEX #D74F07 Tenne (Tawny)

📋 copy color: '#D74F07'

red 215 ◦ green 79 ◦ blue 7

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

Shades of Tenne (Tawny) #D74F07

Tints of Tenne (Tawny) #D74F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.33%

R = 71.43%
G = 26.25%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D74F07 (or 0xD74F07) is known color: Tenne (Tawny). HEX triplet: D7, 4F and 07. RGB value is (215,79,7). Sum of RGB (Red+Green+Blue) = 215+79+7=301 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.43% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D74F07 is #28B0F8. Grayscale: #6F6F6F. Windows color (decimal): -2666745 or 479191. OLE color: 479191.

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

Color convert

RGB 215 79 7 -
CMYK 0 0.63 0.97 0.16
HSL 20.77º 0.94% 0.44% -
HSV(B) 20.77º 0.97% 0.84% -
XYZ 30.86 20.05 2.45 -
YUV 111.46 69.06 201.85 -
System Red Green Blue C M Y K H S L
Decimal 215 79 7 0 0.63 0.97 0.16 20.77 0.94 0.44
Hex D7 4F 7 0 3F 61 10 15 5E 2C
Octal 327 117 7 0 77 141 20 25 136 54
Binary 11010111 1001111 111 0 111111 1100001 10000 10101 1011110 101100

Color Harmonies of #D74F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74F07

Black with #D74F07

Text Example


Text Example

White with #D74F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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