Html Css Color HEX #D04C10 Tenne (Tawny)

📋 copy color: '#D04C10'

red 208 ◦ green 76 ◦ blue 16

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

Shades of Tenne (Tawny) #D04C10

Tints of Tenne (Tawny) #D04C10

RGB

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

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

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

R = 69.33%
G = 25.33%
B = 5.33%

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

#D04C10 (or 0xD04C10) is known color: Tenne (Tawny). HEX triplet: D0, 4C and 10. RGB value is (208,76,16). Sum of RGB (Red+Green+Blue) = 208+76+16=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04C10 is #2FB3EF. Grayscale: #6D6D6D. Windows color (decimal): -3126256 or 1068240. OLE color: 1068240.

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

Color convert

RGB 208 76 16 -
CMYK 0 0.63 0.92 0.18
HSL 18.75º 0.86% 0.44% -
HSV(B) 18.75º 0.92% 0.82% -
XYZ 28.69 18.62 2.57 -
YUV 108.63 75.73 198.88 -
System Red Green Blue C M Y K H S L
Decimal 208 76 16 0 0.63 0.92 0.18 18.75 0.86 0.44
Hex D0 4C 10 0 3F 5C 12 13 56 2C
Octal 320 114 20 0 77 134 22 23 126 54
Binary 11010000 1001100 10000 0 111111 1011100 10010 10011 1010110 101100

Color Harmonies of #D04C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C10

Black with #D04C10

Text Example


Text Example

White with #D04C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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