Html Css Color HEX #D64808 Tenne (Tawny)

📋 copy color: '#D64808'

red 214 ◦ green 72 ◦ blue 8

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

Shades of Tenne (Tawny) #D64808

Tints of Tenne (Tawny) #D64808

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.49%

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

R = 72.79%
G = 24.49%
B = 2.72%

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

#D64808 (or 0xD64808) is known color: Tenne (Tawny). HEX triplet: D6, 48 and 08. RGB value is (214,72,8). Sum of RGB (Red+Green+Blue) = 214+72+8=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D64808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64808 is #29B7F7. Grayscale: #6B6B6B. Windows color (decimal): -2734072 or 542934. OLE color: 542934.

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

Color convert

RGB 214 72 8 -
CMYK 0 0.66 0.96 0.16
HSL 18.64º 0.93% 0.44% -
HSV(B) 18.64º 0.96% 0.84% -
XYZ 30.09 18.95 2.3 -
YUV 107.16 72.04 204.2 -
System Red Green Blue C M Y K H S L
Decimal 214 72 8 0 0.66 0.96 0.16 18.64 0.93 0.44
Hex D6 48 8 0 42 60 10 13 5D 2C
Octal 326 110 10 0 102 140 20 23 135 54
Binary 11010110 1001000 1000 0 1000010 1100000 10000 10011 1011101 101100

Color Harmonies of #D64808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64808

Black with #D64808

Text Example


Text Example

White with #D64808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64808; }

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

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

background-color css

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

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

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

border-color css

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

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

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