Html Css Color HEX #D04D10 Tenne (Tawny)

📋 copy color: '#D04D10'

red 208 ◦ green 77 ◦ blue 16

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

Shades of Tenne (Tawny) #D04D10

Tints of Tenne (Tawny) #D04D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.32%

R = 69.1%
G = 25.58%
B = 5.32%

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

#D04D10 (or 0xD04D10) is known color: Tenne (Tawny). HEX triplet: D0, 4D and 10. RGB value is (208,77,16). Sum of RGB (Red+Green+Blue) = 208+77+16=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04D10 is #2FB2EF. Grayscale: #6D6D6D. Windows color (decimal): -3126000 or 1068496. OLE color: 1068496.

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

Color convert

RGB 208 77 16 -
CMYK 0 0.63 0.92 0.18
HSL 19.06º 0.86% 0.44% -
HSV(B) 19.06º 0.92% 0.82% -
XYZ 28.76 18.76 2.59 -
YUV 109.22 75.4 198.46 -
System Red Green Blue C M Y K H S L
Decimal 208 77 16 0 0.63 0.92 0.18 19.06 0.86 0.44
Hex D0 4D 10 0 3F 5C 12 13 56 2C
Octal 320 115 20 0 77 134 22 23 126 54
Binary 11010000 1001101 10000 0 111111 1011100 10010 10011 1010110 101100

Color Harmonies of #D04D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04D10

Black with #D04D10

Text Example


Text Example

White with #D04D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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