Html Css Color HEX #D64608 Tenne (Tawny)

📋 copy color: '#D64608'

red 214 ◦ green 70 ◦ blue 8

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

Shades of Tenne (Tawny) #D64608

Tints of Tenne (Tawny) #D64608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.74%

R = 73.29%
G = 23.97%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D64608 (or 0xD64608) is known color: Tenne (Tawny). HEX triplet: D6, 46 and 08. RGB value is (214,70,8). Sum of RGB (Red+Green+Blue) = 214+70+8=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D64608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64608 is #29B9F7. Grayscale: #6A6A6A. Windows color (decimal): -2734584 or 542422. OLE color: 542422.

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

Color convert

RGB 214 70 8 -
CMYK 0 0.67 0.96 0.16
HSL 18.06º 0.93% 0.44% -
HSV(B) 18.06º 0.96% 0.84% -
XYZ 29.97 18.69 2.26 -
YUV 105.99 72.71 205.04 -
System Red Green Blue C M Y K H S L
Decimal 214 70 8 0 0.67 0.96 0.16 18.06 0.93 0.44
Hex D6 46 8 0 43 60 10 12 5D 2C
Octal 326 106 10 0 103 140 20 22 135 54
Binary 11010110 1000110 1000 0 1000011 1100000 10000 10010 1011101 101100

Color Harmonies of #D64608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64608

Black with #D64608

Text Example


Text Example

White with #D64608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64608; }

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

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

background-color css

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

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

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

border-color css

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

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

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