Html Css Color HEX #D04C12 Tenne (Tawny)

📋 copy color: '#D04C12'

red 208 ◦ green 76 ◦ blue 18

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

Shades of Tenne (Tawny) #D04C12

Tints of Tenne (Tawny) #D04C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.96%

R = 68.87%
G = 25.17%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D04C12 (or 0xD04C12) is known color: Tenne (Tawny). HEX triplet: D0, 4C and 12. RGB value is (208,76,18). Sum of RGB (Red+Green+Blue) = 208+76+18=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04C12 is #2FB3ED. Grayscale: #6D6D6D. Windows color (decimal): -3126254 or 1199312. OLE color: 1199312.

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

Color convert

RGB 208 76 18 -
CMYK 0 0.63 0.91 0.18
HSL 18.32º 0.84% 0.44% -
HSV(B) 18.32º 0.91% 0.82% -
XYZ 28.71 18.62 2.65 -
YUV 108.86 76.73 198.72 -
System Red Green Blue C M Y K H S L
Decimal 208 76 18 0 0.63 0.91 0.18 18.32 0.84 0.44
Hex D0 4C 12 0 3F 5B 12 12 54 2C
Octal 320 114 22 0 77 133 22 22 124 54
Binary 11010000 1001100 10010 0 111111 1011011 10010 10010 1010100 101100

Color Harmonies of #D04C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C12

Black with #D04C12

Text Example


Text Example

White with #D04C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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