Html Css Color HEX #D04D11 Tenne (Tawny)

📋 copy color: '#D04D11'

red 208 ◦ green 77 ◦ blue 17

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

Shades of Tenne (Tawny) #D04D11

Tints of Tenne (Tawny) #D04D11

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.5%

 BLUE value IS 17 (7.03% from 255) = 5.63%

R = 68.87%
G = 25.5%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D04D11 (or 0xD04D11) is known color: Tenne (Tawny). HEX triplet: D0, 4D and 11. RGB value is (208,77,17). Sum of RGB (Red+Green+Blue) = 208+77+17=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04D11 is #2FB2EE. Grayscale: #6D6D6D. Windows color (decimal): -3125999 or 1134032. OLE color: 1134032.

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

Color convert

RGB 208 77 17 -
CMYK 0 0.63 0.92 0.18
HSL 18.85º 0.85% 0.44% -
HSV(B) 18.85º 0.92% 0.82% -
XYZ 28.77 18.76 2.63 -
YUV 109.33 75.9 198.38 -
System Red Green Blue C M Y K H S L
Decimal 208 77 17 0 0.63 0.92 0.18 18.85 0.85 0.44
Hex D0 4D 11 0 3F 5C 12 13 55 2C
Octal 320 115 21 0 77 134 22 23 125 54
Binary 11010000 1001101 10001 0 111111 1011100 10010 10011 1010101 101100

Color Harmonies of #D04D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04D11

Black with #D04D11

Text Example


Text Example

White with #D04D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04D11; }

 p { color: rgb(208,77,17); }

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

background-color css

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

 a { background-color: rgb(208,77,17); }

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

border-color css

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

 span { border-color: rgb(208,77,17); }

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