Html Css Color HEX #D64D0C Tenne (Tawny)

📋 copy color: '#D64D0C'

red 214 ◦ green 77 ◦ blue 12

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

Shades of Tenne (Tawny) #D64D0C

Tints of Tenne (Tawny) #D64D0C

RGB

 RED value IS 214 (83.98% from 255) = 70.63%

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

 BLUE value IS 12 (5.08% from 255) = 3.96%

R = 70.63%
G = 25.41%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D64D0C (or 0xD64D0C) is known color: Tenne (Tawny). HEX triplet: D6, 4D and 0C. RGB value is (214,77,12). Sum of RGB (Red+Green+Blue) = 214+77+12=303 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.63% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64D0C is #29B2F3. Grayscale: #6E6E6E. Windows color (decimal): -2732788 or 806358. OLE color: 806358.

HSL color Cylindrical-coordinate representation of color #D64D0C: hue angle of 19.31º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D64D0C is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 77 12 -
CMYK 0 0.64 0.94 0.16
HSL 19.31º 0.89% 0.44% -
HSV(B) 19.31º 0.94% 0.84% -
XYZ 30.45 19.63 2.53 -
YUV 110.55 72.39 201.79 -
System Red Green Blue C M Y K H S L
Decimal 214 77 12 0 0.64 0.94 0.16 19.31 0.89 0.44
Hex D6 4D C 0 40 5E 10 13 59 2C
Octal 326 115 14 0 100 136 20 23 131 54
Binary 11010110 1001101 1100 0 1000000 1011110 10000 10011 1011001 101100

Color Harmonies of #D64D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D0C

Black with #D64D0C

Text Example


Text Example

White with #D64D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D0C; }

 p { color: rgb(214,77,12); }

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

background-color css

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

 a { background-color: rgb(214,77,12); }

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

border-color css

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

 span { border-color: rgb(214,77,12); }

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