Html Css Color HEX #D04C0E Tenne (Tawny)

📋 copy color: '#D04C0E'

red 208 ◦ green 76 ◦ blue 14

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

Shades of Tenne (Tawny) #D04C0E

Tints of Tenne (Tawny) #D04C0E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.5%

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

R = 69.8%
G = 25.5%
B = 4.7%

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

#D04C0E (or 0xD04C0E) is known color: Tenne (Tawny). HEX triplet: D0, 4C and 0E. RGB value is (208,76,14). Sum of RGB (Red+Green+Blue) = 208+76+14=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04C0E is #2FB3F1. Grayscale: #6C6C6C. Windows color (decimal): -3126258 or 937168. OLE color: 937168.

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

Color convert

RGB 208 76 14 -
CMYK 0 0.63 0.93 0.18
HSL 19.18º 0.87% 0.44% -
HSV(B) 19.18º 0.93% 0.82% -
XYZ 28.68 18.61 2.5 -
YUV 108.4 74.73 199.04 -
System Red Green Blue C M Y K H S L
Decimal 208 76 14 0 0.63 0.93 0.18 19.18 0.87 0.44
Hex D0 4C E 0 3F 5D 12 13 57 2C
Octal 320 114 16 0 77 135 22 23 127 54
Binary 11010000 1001100 1110 0 111111 1011101 10010 10011 1010111 101100

Color Harmonies of #D04C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C0E

Black with #D04C0E

Text Example


Text Example

White with #D04C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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