Html Css Color HEX #D64704 Tenne (Tawny)

📋 copy color: '#D64704'

red 214 ◦ green 71 ◦ blue 4

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

Shades of Tenne (Tawny) #D64704

Tints of Tenne (Tawny) #D64704

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.57%

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

R = 74.05%
G = 24.57%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D64704 (or 0xD64704) is known color: Tenne (Tawny). HEX triplet: D6, 47 and 04. RGB value is (214,71,4). Sum of RGB (Red+Green+Blue) = 214+71+4=289 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.05% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 214 - color contains mainly: red. Hex color #D64704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64704 is #29B8FB. Grayscale: #6A6A6A. Windows color (decimal): -2734332 or 280534. OLE color: 280534.

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

Color convert

RGB 214 71 4 -
CMYK 0 0.67 0.98 0.16
HSL 19.14º 0.96% 0.43% -
HSV(B) 19.14º 0.98% 0.84% -
XYZ 30.01 18.81 2.16 -
YUV 106.12 70.38 204.95 -
System Red Green Blue C M Y K H S L
Decimal 214 71 4 0 0.67 0.98 0.16 19.14 0.96 0.43
Hex D6 47 4 0 43 62 10 13 60 2B
Octal 326 107 4 0 103 142 20 23 140 53
Binary 11010110 1000111 100 0 1000011 1100010 10000 10011 1100000 101011

Color Harmonies of #D64704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64704

Black with #D64704

Text Example


Text Example

White with #D64704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64704; }

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

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

background-color css

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

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

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

border-color css

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

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

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