Html Css Color HEX #D64604 Tenne (Tawny)

📋 copy color: '#D64604'

red 214 ◦ green 70 ◦ blue 4

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

Shades of Tenne (Tawny) #D64604

Tints of Tenne (Tawny) #D64604

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.31%

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

R = 74.31%
G = 24.31%
B = 1.39%

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

#D64604 (or 0xD64604) is known color: Tenne (Tawny). HEX triplet: D6, 46 and 04. RGB value is (214,70,4). Sum of RGB (Red+Green+Blue) = 214+70+4=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D64604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64604 is #29B9FB. Grayscale: #696969. Windows color (decimal): -2734588 or 280278. OLE color: 280278.

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

Color convert

RGB 214 70 4 -
CMYK 0 0.67 0.98 0.16
HSL 18.86º 0.96% 0.43% -
HSV(B) 18.86º 0.98% 0.84% -
XYZ 29.94 18.69 2.14 -
YUV 105.53 70.71 205.37 -
System Red Green Blue C M Y K H S L
Decimal 214 70 4 0 0.67 0.98 0.16 18.86 0.96 0.43
Hex D6 46 4 0 43 62 10 13 60 2B
Octal 326 106 4 0 103 142 20 23 140 53
Binary 11010110 1000110 100 0 1000011 1100010 10000 10011 1100000 101011

Color Harmonies of #D64604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64604

Black with #D64604

Text Example


Text Example

White with #D64604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64604; }

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

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

background-color css

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

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

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

border-color css

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

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

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