Html Css Color HEX #D64D12 Tenne (Tawny)

📋 copy color: '#D64D12'

red 214 ◦ green 77 ◦ blue 18

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

Shades of Tenne (Tawny) #D64D12

Tints of Tenne (Tawny) #D64D12

RGB

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

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

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

R = 69.26%
G = 24.92%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D64D12 (or 0xD64D12) is known color: Tenne (Tawny). HEX triplet: D6, 4D and 12. RGB value is (214,77,18). Sum of RGB (Red+Green+Blue) = 214+77+18=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64D12 is #29B2ED. Grayscale: #6F6F6F. Windows color (decimal): -2732782 or 1199574. OLE color: 1199574.

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

Color convert

RGB 214 77 18 -
CMYK 0 0.64 0.92 0.16
HSL 18.06º 0.84% 0.45% -
HSV(B) 18.06º 0.92% 0.84% -
XYZ 30.49 19.65 2.76 -
YUV 111.24 75.39 201.3 -
System Red Green Blue C M Y K H S L
Decimal 214 77 18 0 0.64 0.92 0.16 18.06 0.84 0.45
Hex D6 4D 12 0 40 5C 10 12 54 2D
Octal 326 115 22 0 100 134 20 22 124 55
Binary 11010110 1001101 10010 0 1000000 1011100 10000 10010 1010100 101101

Color Harmonies of #D64D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D12

Black with #D64D12

Text Example


Text Example

White with #D64D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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