Html Css Color HEX #D04F13 Tenne (Tawny)

📋 copy color: '#D04F13'

red 208 ◦ green 79 ◦ blue 19

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

Shades of Tenne (Tawny) #D04F13

Tints of Tenne (Tawny) #D04F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.21%

R = 67.97%
G = 25.82%
B = 6.21%

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

#D04F13 (or 0xD04F13) is known color: Tenne (Tawny). HEX triplet: D0, 4F and 13. RGB value is (208,79,19). Sum of RGB (Red+Green+Blue) = 208+79+19=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04F13 is #2FB0EC. Grayscale: #6F6F6F. Windows color (decimal): -3125485 or 1265616. OLE color: 1265616.

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

Color convert

RGB 208 79 19 -
CMYK 0 0.62 0.91 0.18
HSL 19.05º 0.83% 0.45% -
HSV(B) 19.05º 0.91% 0.82% -
XYZ 28.93 19.05 2.77 -
YUV 110.73 76.24 197.38 -
System Red Green Blue C M Y K H S L
Decimal 208 79 19 0 0.62 0.91 0.18 19.05 0.83 0.45
Hex D0 4F 13 0 3E 5B 12 13 53 2D
Octal 320 117 23 0 76 133 22 23 123 55
Binary 11010000 1001111 10011 0 111110 1011011 10010 10011 1010011 101101

Color Harmonies of #D04F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04F13

Black with #D04F13

Text Example


Text Example

White with #D04F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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