Html Css Color HEX #D04D0E Tenne (Tawny)

📋 copy color: '#D04D0E'

red 208 ◦ green 77 ◦ blue 14

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

Shades of Tenne (Tawny) #D04D0E

Tints of Tenne (Tawny) #D04D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.68%

R = 69.57%
G = 25.75%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D04D0E (or 0xD04D0E) is known color: Tenne (Tawny). HEX triplet: D0, 4D and 0E. RGB value is (208,77,14). Sum of RGB (Red+Green+Blue) = 208+77+14=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04D0E is #2FB2F1. Grayscale: #6D6D6D. Windows color (decimal): -3126002 or 937424. OLE color: 937424.

HSL color Cylindrical-coordinate representation of color #D04D0E: hue angle of 19.48º 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 #D04D0E is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 77 14 -
CMYK 0 0.63 0.93 0.18
HSL 19.48º 0.87% 0.44% -
HSV(B) 19.48º 0.93% 0.82% -
XYZ 28.75 18.75 2.52 -
YUV 108.99 74.4 198.62 -
System Red Green Blue C M Y K H S L
Decimal 208 77 14 0 0.63 0.93 0.18 19.48 0.87 0.44
Hex D0 4D E 0 3F 5D 12 13 57 2C
Octal 320 115 16 0 77 135 22 23 127 54
Binary 11010000 1001101 1110 0 111111 1011101 10010 10011 1010111 101100

Color Harmonies of #D04D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04D0E

Black with #D04D0E

Text Example


Text Example

White with #D04D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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