Html Css Color HEX #D64A06 Tenne (Tawny)

📋 copy color: '#D64A06'

red 214 ◦ green 74 ◦ blue 6

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

Shades of Tenne (Tawny) #D64A06

Tints of Tenne (Tawny) #D64A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.04%

R = 72.79%
G = 25.17%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D64A06 (or 0xD64A06) is known color: Tenne (Tawny). HEX triplet: D6, 4A and 06. RGB value is (214,74,6). Sum of RGB (Red+Green+Blue) = 214+74+6=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64A06 is #29B5F9. Grayscale: #6C6C6C. Windows color (decimal): -2733562 or 412374. OLE color: 412374.

HSL color Cylindrical-coordinate representation of color #D64A06: hue angle of 19.62º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D64A06 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 74 6 -
CMYK 0 0.65 0.97 0.16
HSL 19.62º 0.95% 0.43% -
HSV(B) 19.62º 0.97% 0.84% -
XYZ 30.21 19.21 2.29 -
YUV 108.11 70.38 203.53 -
System Red Green Blue C M Y K H S L
Decimal 214 74 6 0 0.65 0.97 0.16 19.62 0.95 0.43
Hex D6 4A 6 0 41 61 10 14 5F 2B
Octal 326 112 6 0 101 141 20 24 137 53
Binary 11010110 1001010 110 0 1000001 1100001 10000 10100 1011111 101011

Color Harmonies of #D64A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64A06

Black with #D64A06

Text Example


Text Example

White with #D64A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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