Html Css Color HEX #D64D08 Tenne (Tawny)

📋 copy color: '#D64D08'

red 214 ◦ green 77 ◦ blue 8

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

Shades of Tenne (Tawny) #D64D08

Tints of Tenne (Tawny) #D64D08

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.75%

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

R = 71.57%
G = 25.75%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D64D08 (or 0xD64D08) is known color: Tenne (Tawny). HEX triplet: D6, 4D and 08. RGB value is (214,77,8). Sum of RGB (Red+Green+Blue) = 214+77+8=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64D08 is #29B2F7. Grayscale: #6E6E6E. Windows color (decimal): -2732792 or 544214. OLE color: 544214.

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

Color convert

RGB 214 77 8 -
CMYK 0 0.64 0.96 0.16
HSL 20.1º 0.93% 0.44% -
HSV(B) 20.1º 0.96% 0.84% -
XYZ 30.43 19.62 2.41 -
YUV 110.1 70.39 202.11 -
System Red Green Blue C M Y K H S L
Decimal 214 77 8 0 0.64 0.96 0.16 20.1 0.93 0.44
Hex D6 4D 8 0 40 60 10 14 5D 2C
Octal 326 115 10 0 100 140 20 24 135 54
Binary 11010110 1001101 1000 0 1000000 1100000 10000 10100 1011101 101100

Color Harmonies of #D64D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D08

Black with #D64D08

Text Example


Text Example

White with #D64D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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