Html Css Color HEX #D66408 Tenne (Tawny)

📋 copy color: '#D66408'

red 214 ◦ green 100 ◦ blue 8

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

Shades of Tenne (Tawny) #D66408

Tints of Tenne (Tawny) #D66408

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.06%

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

R = 66.46%
G = 31.06%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D66408 (or 0xD66408) is known color: Tenne (Tawny). HEX triplet: D6, 64 and 08. RGB value is (214,100,8). Sum of RGB (Red+Green+Blue) = 214+100+8=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D66408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66408 is #299BF7. Grayscale: #7C7C7C. Windows color (decimal): -2726904 or 550102. OLE color: 550102.

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

Color convert

RGB 214 100 8 -
CMYK 0 0.53 0.96 0.16
HSL 26.8º 0.93% 0.44% -
HSV(B) 26.8º 0.96% 0.84% -
XYZ 32.33 23.43 3.05 -
YUV 123.6 62.77 192.48 -
System Red Green Blue C M Y K H S L
Decimal 214 100 8 0 0.53 0.96 0.16 26.8 0.93 0.44
Hex D6 64 8 0 35 60 10 1B 5D 2C
Octal 326 144 10 0 65 140 20 33 135 54
Binary 11010110 1100100 1000 0 110101 1100000 10000 11011 1011101 101100

Color Harmonies of #D66408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66408

Black with #D66408

Text Example


Text Example

White with #D66408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66408; }

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

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

background-color css

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

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

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

border-color css

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

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

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