Html Css Color HEX #D66608 Tenne (Tawny)

📋 copy color: '#D66608'

red 214 ◦ green 102 ◦ blue 8

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

Shades of Tenne (Tawny) #D66608

Tints of Tenne (Tawny) #D66608

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.48%

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

R = 66.05%
G = 31.48%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D66608 (or 0xD66608) is known color: Tenne (Tawny). HEX triplet: D6, 66 and 08. RGB value is (214,102,8). Sum of RGB (Red+Green+Blue) = 214+102+8=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D66608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66608 is #2999F7. Grayscale: #7D7D7D. Windows color (decimal): -2726392 or 550614. OLE color: 550614.

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

Color convert

RGB 214 102 8 -
CMYK 0 0.52 0.96 0.16
HSL 27.38º 0.93% 0.44% -
HSV(B) 27.38º 0.96% 0.84% -
XYZ 32.53 23.82 3.11 -
YUV 124.77 62.11 191.64 -
System Red Green Blue C M Y K H S L
Decimal 214 102 8 0 0.52 0.96 0.16 27.38 0.93 0.44
Hex D6 66 8 0 34 60 10 1B 5D 2C
Octal 326 146 10 0 64 140 20 33 135 54
Binary 11010110 1100110 1000 0 110100 1100000 10000 11011 1011101 101100

Color Harmonies of #D66608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66608

Black with #D66608

Text Example


Text Example

White with #D66608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66608; }

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

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

background-color css

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

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

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

border-color css

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

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

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