Html Css Color HEX #D64A09 Tenne (Tawny)

📋 copy color: '#D64A09'

red 214 ◦ green 74 ◦ blue 9

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

Shades of Tenne (Tawny) #D64A09

Tints of Tenne (Tawny) #D64A09

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.92%

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

R = 72.05%
G = 24.92%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D64A09 (or 0xD64A09) is known color: Tenne (Tawny). HEX triplet: D6, 4A and 09. RGB value is (214,74,9). Sum of RGB (Red+Green+Blue) = 214+74+9=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64A09 is #29B5F6. Grayscale: #6C6C6C. Windows color (decimal): -2733559 or 608982. OLE color: 608982.

HSL color Cylindrical-coordinate representation of color #D64A09: hue angle of 19.02º 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 #D64A09 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 74 9 -
CMYK 0 0.65 0.96 0.16
HSL 19.02º 0.92% 0.44% -
HSV(B) 19.02º 0.96% 0.84% -
XYZ 30.23 19.21 2.37 -
YUV 108.45 71.88 203.29 -
System Red Green Blue C M Y K H S L
Decimal 214 74 9 0 0.65 0.96 0.16 19.02 0.92 0.44
Hex D6 4A 9 0 41 60 10 13 5C 2C
Octal 326 112 11 0 101 140 20 23 134 54
Binary 11010110 1001010 1001 0 1000001 1100000 10000 10011 1011100 101100

Color Harmonies of #D64A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64A09

Black with #D64A09

Text Example


Text Example

White with #D64A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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