Html Css Color HEX #D04C14 Tenne (Tawny)

📋 copy color: '#D04C14'

red 208 ◦ green 76 ◦ blue 20

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

Shades of Tenne (Tawny) #D04C14

Tints of Tenne (Tawny) #D04C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.58%

R = 68.42%
G = 25%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D04C14 (or 0xD04C14) is known color: Tenne (Tawny). HEX triplet: D0, 4C and 14. RGB value is (208,76,20). Sum of RGB (Red+Green+Blue) = 208+76+20=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04C14 is #2FB3EB. Grayscale: #6D6D6D. Windows color (decimal): -3126252 or 1330384. OLE color: 1330384.

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

Color convert

RGB 208 76 20 -
CMYK 0 0.63 0.90 0.18
HSL 17.87º 0.82% 0.45% -
HSV(B) 17.87º 0.9% 0.82% -
XYZ 28.72 18.63 2.74 -
YUV 109.08 77.73 198.55 -
System Red Green Blue C M Y K H S L
Decimal 208 76 20 0 0.63 0.90 0.18 17.87 0.82 0.45
Hex D0 4C 14 0 3F 5A 12 12 52 2D
Octal 320 114 24 0 77 132 22 22 122 55
Binary 11010000 1001100 10100 0 111111 1011010 10010 10010 1010010 101101

Color Harmonies of #D04C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C14

Black with #D04C14

Text Example


Text Example

White with #D04C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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