Html Css Color HEX #D64A04 Tenne (Tawny)

📋 copy color: '#D64A04'

red 214 ◦ green 74 ◦ blue 4

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

Shades of Tenne (Tawny) #D64A04

Tints of Tenne (Tawny) #D64A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.37%

R = 73.29%
G = 25.34%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D64A04 (or 0xD64A04) is known color: Tenne (Tawny). HEX triplet: D6, 4A and 04. RGB value is (214,74,4). Sum of RGB (Red+Green+Blue) = 214+74+4=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64A04 is #29B5FB. Grayscale: #6C6C6C. Windows color (decimal): -2733564 or 281302. OLE color: 281302.

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

Color convert

RGB 214 74 4 -
CMYK 0 0.65 0.98 0.16
HSL 20º 0.96% 0.43% -
HSV(B) 20º 0.98% 0.84% -
XYZ 30.2 19.2 2.23 -
YUV 107.88 69.38 203.69 -
System Red Green Blue C M Y K H S L
Decimal 214 74 4 0 0.65 0.98 0.16 20 0.96 0.43
Hex D6 4A 4 0 41 62 10 14 60 2B
Octal 326 112 4 0 101 142 20 24 140 53
Binary 11010110 1001010 100 0 1000001 1100010 10000 10100 1100000 101011

Color Harmonies of #D64A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64A04

Black with #D64A04

Text Example


Text Example

White with #D64A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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