Html Css Color HEX #D64908 Tenne (Tawny)

📋 copy color: '#D64908'

red 214 ◦ green 73 ◦ blue 8

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

Shades of Tenne (Tawny) #D64908

Tints of Tenne (Tawny) #D64908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.75%

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

R = 72.54%
G = 24.75%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D64908 (or 0xD64908) is known color: Tenne (Tawny). HEX triplet: D6, 49 and 08. RGB value is (214,73,8). Sum of RGB (Red+Green+Blue) = 214+73+8=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D64908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64908 is #29B6F7. Grayscale: #6C6C6C. Windows color (decimal): -2733816 or 543190. OLE color: 543190.

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

Color convert

RGB 214 73 8 -
CMYK 0 0.66 0.96 0.16
HSL 18.93º 0.93% 0.44% -
HSV(B) 18.93º 0.96% 0.84% -
XYZ 30.16 19.08 2.32 -
YUV 107.75 71.71 203.79 -
System Red Green Blue C M Y K H S L
Decimal 214 73 8 0 0.66 0.96 0.16 18.93 0.93 0.44
Hex D6 49 8 0 42 60 10 13 5D 2C
Octal 326 111 10 0 102 140 20 23 135 54
Binary 11010110 1001001 1000 0 1000010 1100000 10000 10011 1011101 101100

Color Harmonies of #D64908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64908

Black with #D64908

Text Example


Text Example

White with #D64908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64908; }

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

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

background-color css

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

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

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

border-color css

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

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

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