Html Css Color HEX #D04F0F Tenne (Tawny)

📋 copy color: '#D04F0F'

red 208 ◦ green 79 ◦ blue 15

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

Shades of Tenne (Tawny) #D04F0F

Tints of Tenne (Tawny) #D04F0F

RGB

 RED value IS 208 (81.64% from 255) = 68.87%

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

 BLUE value IS 15 (6.25% from 255) = 4.97%

R = 68.87%
G = 26.16%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D04F0F (or 0xD04F0F) is known color: Tenne (Tawny). HEX triplet: D0, 4F and 0F. RGB value is (208,79,15). Sum of RGB (Red+Green+Blue) = 208+79+15=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04F0F is #2FB0F0. Grayscale: #6E6E6E. Windows color (decimal): -3125489 or 1003472. OLE color: 1003472.

HSL color Cylindrical-coordinate representation of color #D04F0F: hue angle of 19.9º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D04F0F is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 79 15 -
CMYK 0 0.62 0.93 0.18
HSL 19.9º 0.87% 0.44% -
HSV(B) 19.9º 0.93% 0.82% -
XYZ 28.89 19.04 2.6 -
YUV 110.28 74.24 197.7 -
System Red Green Blue C M Y K H S L
Decimal 208 79 15 0 0.62 0.93 0.18 19.9 0.87 0.44
Hex D0 4F F 0 3E 5D 12 14 57 2C
Octal 320 117 17 0 76 135 22 24 127 54
Binary 11010000 1001111 1111 0 111110 1011101 10010 10100 1010111 101100

Color Harmonies of #D04F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04F0F

Black with #D04F0F

Text Example


Text Example

White with #D04F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04F0F; }

 p { color: rgb(208,79,15); }

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

background-color css

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

 a { background-color: rgb(208,79,15); }

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

border-color css

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

 span { border-color: rgb(208,79,15); }

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