Html Css Color HEX #D04F12 Tenne (Tawny)

📋 copy color: '#D04F12'

red 208 ◦ green 79 ◦ blue 18

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

Shades of Tenne (Tawny) #D04F12

Tints of Tenne (Tawny) #D04F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.9%

R = 68.2%
G = 25.9%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D04F12 (or 0xD04F12) is known color: Tenne (Tawny). HEX triplet: D0, 4F and 12. RGB value is (208,79,18). Sum of RGB (Red+Green+Blue) = 208+79+18=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04F12 is #2FB0ED. Grayscale: #6E6E6E. Windows color (decimal): -3125486 or 1200080. OLE color: 1200080.

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

Color convert

RGB 208 79 18 -
CMYK 0 0.62 0.91 0.18
HSL 19.26º 0.84% 0.44% -
HSV(B) 19.26º 0.91% 0.82% -
XYZ 28.92 19.05 2.72 -
YUV 110.62 75.74 197.46 -
System Red Green Blue C M Y K H S L
Decimal 208 79 18 0 0.62 0.91 0.18 19.26 0.84 0.44
Hex D0 4F 12 0 3E 5B 12 13 54 2C
Octal 320 117 22 0 76 133 22 23 124 54
Binary 11010000 1001111 10010 0 111110 1011011 10010 10011 1010100 101100

Color Harmonies of #D04F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04F12

Black with #D04F12

Text Example


Text Example

White with #D04F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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