Html Css Color HEX #D64D09 Tenne (Tawny)

📋 copy color: '#D64D09'

red 214 ◦ green 77 ◦ blue 9

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

Shades of Tenne (Tawny) #D64D09

Tints of Tenne (Tawny) #D64D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3%

R = 71.33%
G = 25.67%
B = 3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D64D09 (or 0xD64D09) is known color: Tenne (Tawny). HEX triplet: D6, 4D and 09. RGB value is (214,77,9). Sum of RGB (Red+Green+Blue) = 214+77+9=300 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64D09 is #29B2F6. Grayscale: #6E6E6E. Windows color (decimal): -2732791 or 609750. OLE color: 609750.

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

Color convert

RGB 214 77 9 -
CMYK 0 0.64 0.96 0.16
HSL 19.9º 0.92% 0.44% -
HSV(B) 19.9º 0.96% 0.84% -
XYZ 30.43 19.62 2.44 -
YUV 110.21 70.89 202.03 -
System Red Green Blue C M Y K H S L
Decimal 214 77 9 0 0.64 0.96 0.16 19.9 0.92 0.44
Hex D6 4D 9 0 40 60 10 14 5C 2C
Octal 326 115 11 0 100 140 20 24 134 54
Binary 11010110 1001101 1001 0 1000000 1100000 10000 10100 1011100 101100

Color Harmonies of #D64D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D09

Black with #D64D09

Text Example


Text Example

White with #D64D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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